Table of Contents

Class IndexOperation

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

source RowOperand
key KeyOperand
target Index
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 Index Target

Field Value

Index

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.