DataType Constructor (Type) |
Initializes a new instance of the
DataType structure.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic DataType(
Type systemType
)
Public Sub New (
systemType As Type
)
public:
DataType(
Type^ systemType
)
new :
systemType : Type -> DataTypeParameters
- systemType
- Type: SystemType
System (.NET) data type.
See Also