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

ConnectionProviderSql.GetSqlCreateColumnFullAttributes(DBTable, DBColumn) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public abstract string GetSqlCreateColumnFullAttributes(
    DBTable table,
    DBColumn column
)

Parameters

Name Type
table DBTable
column DBColumn

Returns

Type
String
See Also