Skip to content

CommonExtensions class

Useful extension methods for EasyQuery’s types

public static class Korzh.EasyQuery.CommonExtensions
TypeNameDescription
DataKindIntToDataKind(this Int32 value)Returns DataKind by its numeric representation.
DataTypeIntToDataType(this Int32 value)Returns DataType by its numeric representation.
DataTypeStrToDataType(this String typeName)Returns DataType value by its string representation
Int32ToInt(this DataType dt)Returns a numeric representation of a DataType value.
Int32ToInt(this DataKind dk)Returns a numeric representation of a DataType value.