Useful extension methods for EasyQuery's types
public static class EasyData.CommonExtensions
Package: EasyData.Core
(targets: netstandard2.0
)
Assembly: EasyData.Core.dll
Static Methods
Name | Type | Description |
---|---|---|
IntToDataType(this int value) |
DataType | Returns DataType by its numeric representation. |
StrToDataType(this string typeName) |
DataType | Returns DataType value by its string representation |
ToInt(this DataType dt) | int |
Returns a numeric representation of a DataType value. |