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)
Syntaxpublic void UpdateDataType(
DataType dataType
)
Public Sub UpdateDataType (
dataType As DataType
)
public:
void UpdateDataType(
DataType dataType
)
member UpdateDataType :
dataType : DataType -> unit
Parameters
- dataType
- Type: Dundas.BI.Data.MetadataDataType
The new data type.
See Also