DataViewType.RawType Property

Definition

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.

Applies to