Skip to content

CommonExtensions class

Useful extension methods for EasyQuery’s types

public static class Korzh.EasyQuery.CommonExtensions

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

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.