This is the native data type from the database. example: nvarchar

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

Syntax

C#
public virtual string NativeType { get; }
Visual Basic
Public Overridable ReadOnly Property NativeType As String
	Get

Property Value

Type: String

Implements

IDataObject..::..NativeType

See Also