Gets the type of the field.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
Type FieldType { get; }
Visual Basic
ReadOnly Property FieldType As Type
	Get
Visual C++
property Type^ FieldType {
	Type^ get ();
}
F#
abstract FieldType : Type with get

Property Value

Type: Type
The type of the field.

See Also