Skip to main content

ConnectionProviderSql.GetSqlCreateColumnFullAttributes(DBTable, DBColumn) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.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