FieldDataType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the server type of this field
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DataType { get; set; }
Public Property DataType As String
Get
Set
public:
virtual property String^ DataType {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DataType();
function set_DataType(value);
Property Value
Type:
StringThe server type of this field
Return Value
Type:
StringThe server type of this field
Remarks See Also