RelationalColumnUpdateDataType Method

Updates the column data type.

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 void UpdateDataType(
	DataType dataType
)

Parameters

dataType
Type: Dundas.BI.Data.MetadataDataType
The new data type.
See Also