Gets item data type.

Namespace:  PerpetuumSoft.Framework.Connectivity
Assembly:  PerpetuumSoft.Framework.Connectivity (in PerpetuumSoft.Framework.Connectivity.dll) Version: 3.9.0.1

Syntax

C#
public Type DataType { get; }
Visual Basic (Declaration)
Public ReadOnly Property DataType As Type
Visual C++
public:
property Type^ DataType {
	Type^ get ();
}

See Also