QueryElementDataType Property |
Gets the column data type.
Namespace:
Dundas.BI.Data.DataProviders.Tasks
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic DataType DataType { get; }Public ReadOnly Property DataType As DataType
Get
public:
property DataType DataType {
DataType get ();
}member DataType : DataType with get
Property Value
Type:
DataType
The column data type.
See Also