QueryFieldDataTypeFromColumnDataType Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string FieldDataTypeFromColumnDataType(
Type ColumnType
)
Public Shared Function FieldDataTypeFromColumnDataType (
ColumnType As Type
) As String
public:
static String^ FieldDataTypeFromColumnDataType(
Type^ ColumnType
)
DataPA.Utils.QueryEngine.Query.FieldDataTypeFromColumnDataType = function(ColumnType);
Parameters
- ColumnType
- Type: SystemType
Return Value
Type:
StringSee Also