DataType Property (MappingInfo)
In This Topic
Gets the System.Type value determining the type of the data field or property which can be bound to this object.
Syntax
'Declaration
Public ReadOnly Property DataType As System.Type
public System.Type DataType {get;}
See Also