Skip to main content

ConnectionProviderSql.GetSqlCreateColumnFullAttributes(DBTable, DBColumn, Boolean) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Parameters

Name Type
table DBTable
column DBColumn
forTableCreate Boolean

Returns

Type
String
See Also