Skip to main content
A newer version of this page is available. .

FirebirdConnectionProvider.GetSqlCreateColumnFullAttributes(DBTable, DBColumn, Boolean) Method

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public override string GetSqlCreateColumnFullAttributes(
    DBTable table,
    DBColumn column,
    bool forTableCreate
)

Parameters

Name Type
table DBTable
column DBColumn
forTableCreate Boolean

Returns

Type
String
See Also