RelationalColumn Constructor

Initializes a new instance of the RelationalColumn class.

Namespace:  Dundas.BI.Data.Metadata.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public RelationalColumn(
	IDataElementStructure parent,
	string uniqueName,
	DataType dataType
)

Parameters

parent
Type: Dundas.BI.Data.MetadataIDataElementStructure
The parent structure.
uniqueName
Type: SystemString
The column name.
dataType
Type: Dundas.BI.Data.MetadataDataType
The column data type.
Exceptions
ExceptionCondition
ArgumentNullExceptionuniqueName is .
Remarks
Use for parent when the column is not attached to a specific entity.
See Also