DataInputTypeFromDataType Method |
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic static DataInputType FromDataType(
DataType dataType
)
Public Shared Function FromDataType (
dataType As DataType
) As DataInputType
public:
static DataInputType^ FromDataType(
DataType dataType
)
static member FromDataType :
dataType : DataType -> DataInputType
Parameters
- dataType
- Type: Dundas.BI.Data.MetadataDataType
The data type.
Return Value
Type:
DataInputTypeThe
DataInputType.
Exceptions| Exception | Condition |
|---|
| NotSupportedException | Thrown if the specified data type is not supported. |
See Also