FieldSpec.ValType Property (Typed) | |
A one-character string representing the data type defined to this field specification:
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ValType AS STRING GET
public virtual string ValType { get; }
Request Example
View SourceProperty Value
Type:
String
A one-character string representing the data type defined to this field specification:
Remarks Character | Meaning |
---|
C | String |
D | Date |
L | Logic |
M | Memo |
N | Long integer, float, byte, short integer, word, double word, Real4, Real8 |
See Also