Click or drag to resize

ColumnMetadata Properties

The ColumnMetadata type exposes the following members.

Properties
  NameDescription
Public propertyAllowNulls
True if nulls are allowed for the column
Public propertyColumnName
The column name
Public propertyDataType
The data type
Public propertyIsOwnershipReference
Gets a value indicating whether this column is referring to the ownership table Id.
Public propertyMaxLength
The maximum length
Public propertyOrderInNaturalKey
The ordinal position, starting with 1 of the column within the natural key; 0 if the column is not part of the natural key
Public propertyOrderInPrimaryKey
The ordinal position, starting with 1 of the column within the primary key; 0 if the column is not part of the primary key
Top
See Also