The data type of this extended property.

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

Syntax

C#
public DbType DataType { get; }
Visual Basic
Public ReadOnly Property DataType As DbType
	Get

Property Value

Type: DbType

Implements

IExtendedProperty..::..DataType

See Also