Skip to content

CommonExtensions class

Useful extension methods for EasyQuery’s types

public static class EasyData.CommonExtensions

Package: EasyData.Core (targets: netstandard2.0)

Assembly: EasyData.Core.dll

NameTypeDescription
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.