Class IndexOperation
public class IndexOperation : Operation
- Inheritance
-
IndexOperation
- Inherited Members
Constructors
IndexOperation(RowOperand, KeyOperand, Index, bool)
public IndexOperation(RowOperand source, KeyOperand key, Index target, bool isLookup = false)
Parameters
sourceRowOperandkeyKeyOperandtargetIndexisLookupbool
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 Index 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.