ConnectionProviderSql.GetSqlCreateColumnFullAttributes(DBTable, DBColumn, Boolean) Method
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
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