DataViewType.RawType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The raw Type for this DataViewType. Note that this is the raw representation type and not the complete information content of the DataViewType.
public Type RawType { get; }
member this.RawType : Type
Public ReadOnly Property RawType As Type
Property Value
Remarks
Code should not assume that a RawType uniquely identifiers a DataViewType. For example, most practical instances of ML.NET's KeyType and UInt32 will have a RawType of UInt32, but both are very different in the types of information conveyed in that number.