Public Sub SetColumnData (
TableObject As xf_DbSchema_Table,
TableName As String,
ColumnName As String,
ColumnDescription As String,
SQLColumnFormat As xf_SQLColumnFormatEnum,
NativeColumnType As Variant,
ColumnOrderIndex As Integer,
TrimToLength As Long,
ColumnLength As Long,
DecimalPlaces As Integer,
IsComputed As Boolean,
IsIdentity As Boolean,
IsNullable As Boolean,
EmptyStringNotAllowed As Boolean,
EmptyOrNullNotAllowed As Boolean,
FKTableRef As String,
FKColumnRef As String,
TestUniqueDomain As Integer,
UnhideTrigger As Boolean,
DependencyExclusionList As String,
HasDefault As Boolean,
DefaultExpression As String
)
Initialises the column schema with values
xf.DefaultSchema.TableSchema("tblSample").Columns.SetColumnData TableObject, TableName, ColumnName, ColumnDescription, SQLColumnFormat, NativeColumnType, ColumnOrderIndex, TrimToLength, ColumnLength, DecimalPlaces, IsComputed, IsIdentity, IsNullable, EmptyStringNotAllowed, EmptyOrNullNotAllowed, FKTableRef, FKColumnRef, TestUniqueDomain, UnhideTrigger, DependencyExclusionList, HasDefault, DefaultExpression