RelationalColumn Class

Native column definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.Metadata.RelationalRelationalColumn

Namespace:  Dundas.BI.Data.Metadata.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class RelationalColumn : IDataElement, 
	IElement, IUniqueName

The RelationalColumn type exposes the following members.

Constructors
  NameDescription
Public methodRelationalColumn
Initializes a new instance of the RelationalColumn class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the element's caption.
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 propertySymbol
Gets or sets the symbol that can be set before or after the number or the currency symbol.
Public propertySymbolPlacement
Gets or sets the location of the symbol. Location of symbol cannot be set for currency as that is handled by user locale settings.
Public propertyUniqueName
Gets the object unique name.
Top
Methods
  NameDescription
Public methodUpdateDataType
Updates the column data type.
Top
See Also