DataType Constructor (TypeCode) |
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(
TypeCode typeCode
)
Public Sub New (
typeCode As TypeCode
)
public:
DataType(
TypeCode typeCode
)
new :
typeCode : TypeCode -> DataTypeParameters
- typeCode
- Type: SystemTypeCode
System (.NET) type code.
See Also