KREDOR Business Object Framework Documentation

SysColumn Properties

The properties of the SysColumn class are listed below. For a complete list of SysColumn class members, see the SysColumn Members topic.

Public Instance Properties

Cdefault Gets the id of the syscomment storing the default value of the column, or 0 if no default value is defined
CSharpComment Gets the C# comment indicating whether the field is computed or nullable.
CSharpType Gets the name of the C# value type corresponding to this Kredor.BO.SysType.
Id Gets or sets the object id of the table.
IsComputed Gets a value indicating if the column is computed.
IsIdentity Gets a value indicating whether the column is an identity column.
IsNullable Gets a value indicating if the column is nullable.
Key (inherited from BusinessObject) Gets the value of the primary key of the object.
Length Gets the length of the column in bytes.
Name Gets the name of the column.
SqlType Gets the Sql name of this column's type.
Status Gets a value idicating the status of a column.
VBNetType Gets the name of the VB.Net value type corresponding to this Kredor.BO.SysType.
XType Gets the XType of the column.

See Also

SysColumn Class | Kredor.BO.MetaTypes Namespace