| Methods of class DataTypeHelper |
Public Methods
Determines whether the specified data type is binary.
public static bool IsBinary ( DataType dataType )
Determines whether the specified data type is compareable.
public static bool IsCompareable ( DataType dataType )
Determines whether the specified data type is numeric.
public static bool IsNumeric ( DataType dataType )
Determines whether the specified data type is string.
public static bool IsString ( DataType dataType )