Click or drag to resize
FieldComparibleDataType Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a value that indicates if a given data type can be compared with the current objects data type

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ComparibleDataType(
	string ComparableDataType
)

Parameters

ComparableDataType
Type: SystemString
The given data type

Return Value

Type: Boolean
True if a given data type can be compared with the current objects data type
See Also