DataInputTypeFromDataType Method |
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
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
See Also