QueryComparableTypes Method |
|
DataPA OpenAnalytics API Reference
Compares two data types and returns true if they are comparable
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static Object ComparableTypes(
Type type1,
Type type2
)
Public Shared Function ComparableTypes (
type1 As Type,
type2 As Type
) As Object
public:
static Object^ ComparableTypes(
Type^ type1,
Type^ type2
)
DataPA.Utils.QueryEngine.Query.ComparableTypes = function(type1, type2);
Parameters
- type1
- Type: SystemType
The first type to compare - type2
- Type: SystemType
The second type to compare
Return Value
Type:
ObjectTrue if they are comparable
See Also