DataModel.TypeOperatorMap class
Represents a map between the types and operators.
public class Korzh.EasyQuery.DataModel.TypeOperatorMap : Collection<TypeOperatorEntry>
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
TypeOperatorMap() | void |
Methods
Section titled “Methods”Name | Type | Description |
---|---|---|
FindByType(DataType type) | DataModel.TypeOperatorEntry | Returns the first entry that contains specified type in its Types list. |
IndexByType(DataType type) | int | Returns index of the first entry that contains specified type in its Types list. |