RelationalColumn Properties

The RelationalColumn type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets or sets the analysis category for the current column.
Public propertyContainers
Gets the container objects used alter the presentation of the elements using a folder-like approach.
Public propertyDataElementStructure
Gets the parent data element structure.
Public propertyDataFormat
Gets or sets the format which is used to define conversion rule, such as how to convert from string to date.
Public propertyDataType
Gets the element data type.
Public propertyDescription
Gets or sets the description.
Public propertyEntityId
Gets the parent entity ID.
Public propertyIsInPrimaryKey
Gets or sets a value indicating whether this column is part of primary key.
Public propertyIsSkipped
Gets or sets a value indicating whether this column is skipped during the data retrieval.
Public propertyProperties
Gets the various uncategorized properties.
Public propertySourceFormat
Gets or sets the source numeric format.
Public propertyUniqueName
Gets the object unique name.
Top
See Also