FieldComparibleDataType Method |
|
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.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool ComparibleDataType(
string ComparableDataType
)
Public Function ComparibleDataType (
ComparableDataType As String
) As Boolean
public:
virtual bool ComparibleDataType(
String^ ComparableDataType
) sealed
function ComparibleDataType(ComparableDataType);
Parameters
- ComparableDataType
- Type: SystemString
The given data type
Return Value
Type:
BooleanTrue if a given data type can be compared with the current objects data type
See Also