Skip to main content
.NET 6.0+

FirebirdConnectionProvider.GetSqlCreateColumnFullAttributes(DBTable, DBColumn) Method

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public override string GetSqlCreateColumnFullAttributes(
    DBTable table,
    DBColumn column
)

Parameters

Name Type
table DBTable
column DBColumn

Returns

Type
String
See Also