CommonExtensions class
Useful extension methods for EasyQuery’s types
public static class Korzh.EasyQuery.CommonExtensions
Static Methods
Section titled “Static Methods”Type | Name | Description |
---|---|---|
DataKind | IntToDataKind(this Int32 value) | Returns DataKind by its numeric representation. |
DataType | IntToDataType(this Int32 value) | Returns DataType by its numeric representation. |
DataType | StrToDataType(this String typeName) | Returns DataType value by its string representation |
Int32 | ToInt(this DataType dt) | Returns a numeric representation of a DataType value. |
Int32 | ToInt(this DataKind dk) | Returns a numeric representation of a DataType value. |