Table of Contents

Class ReverseIndexOperation

Namespace
The.Import.Data
Assembly
Instagile.dll
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

source RowOperand
key KeyOperand
target ReverseIndex
isLookup bool

Fields

IsLookup

public readonly bool IsLookup

Field Value

bool

Key

public readonly KeyOperand Key

Field Value

KeyOperand

Source

public readonly RowOperand Source

Field Value

RowOperand

Target

public readonly ReverseIndex Target

Field Value

ReverseIndex

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.