Click or drag to resize
QueryComparableTypes Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Compares two data types and returns true if they are comparable

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Object ComparableTypes(
	Type type1,
	Type type2
)

Parameters

type1
Type: SystemType
The first type to compare
type2
Type: SystemType
The second type to compare

Return Value

Type: Object
True if they are comparable
See Also