ApplicationNumericTypeStrings Property |
|
DataPA OpenAnalytics API Reference
Gets a list of strings that identifies the types that will be treated as numeric
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static List<string> NumericTypeStrings { get; }
Public Shared ReadOnly Property NumericTypeStrings As List(Of String)
Get
public:
static property List<String^>^ NumericTypeStrings {
List<String^>^ get ();
}
DataPA.Utils.QueryEngine.Application.get_NumericTypeStrings = function();
Return Value
Type:
ListStringAll types are lower case without namespace idetifier
See Also