Skip to content

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

NameTypeDescription
TypeOperatorMap()void
NameTypeDescription
FindByType(DataType type)DataModel.TypeOperatorEntryReturns the first entry that contains specified type in its Types list.
IndexByType(DataType type)intReturns index of the first entry that contains specified type in its Types list.