Click or drag to resize

AdcsDbColumnSchema Properties

The AdcsDbColumnSchema type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets data type for the data stored in the column.
Public propertyDisplayName
Gets column localized name.
Public propertyIsIndexed
Indicates whether the column is indexed for faster column value search.
Public propertyMaxLength
Gets maximum data capacity for the column in bytes.
Public propertyName
Gets column language invariant name.
Top
See Also