The System Type that is resolved from DataType. example: typeof(System.String)

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual Type SystemType { get; }
Visual Basic
Public Overridable ReadOnly Property SystemType As Type
	Get

Property Value

Type: Type

Implements

IDataObject..::..SystemType

See Also