Skip to main content

commonextensions-class

Useful extension methods for EasyQuery's types

public static class Korzh.EasyQuery.CommonExtensions

Assembly: Korzh.EasyQuery.dll

Static Methods

NameTypeDescription
IntToDataKind(this int value)DataKindReturns DataKind by its numeric representation.
IntToDataType(this int value)DataTypeReturns DataType by its numeric representation.
StrToDataType(this string typeName)DataTypeReturns DataType value by its string representation
ToInt(this DataType dt)intReturns a numeric representation of a DataType value.
ToInt(this DataKind dk)intReturns a numeric representation of a DataType value.