Class ReverseIndexOperation
public class ReverseIndexOperation : Operation
- Inheritance
-
ReverseIndexOperation
- Inherited Members
Constructors
ReverseIndexOperation(RowOperand, KeyOperand, ReverseIndex, bool)
public ReverseIndexOperation(RowOperand source, KeyOperand key, ReverseIndex target, bool isLookup = false)
Parameters
sourceRowOperandkeyKeyOperandtargetReverseIndexisLookupbool
Fields
IsLookup
public readonly bool IsLookup
Field Value
Key
public readonly KeyOperand Key
Field Value
Source
public readonly RowOperand Source
Field Value
Target
public readonly ReverseIndex Target
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.