Table of Contents

Class RelateOperation

Namespace
The.Import.Data
Assembly
Instagile.dll
public class RelateOperation : Operation
Inheritance
RelateOperation
Inherited Members

Constructors

RelateOperation(RowOperand, RowOperand, KeySnapshot)

public RelateOperation(RowOperand source, RowOperand target, KeySnapshot model)

Parameters

source RowOperand
target RowOperand
model KeySnapshot

Fields

IsLookup

public bool IsLookup

Field Value

bool

RelationshipName

public readonly string RelationshipName

Field Value

string

Source

public readonly RowOperand Source

Field Value

RowOperand

Target

public readonly RowOperand Target

Field Value

RowOperand

TypeName

public readonly string TypeName

Field Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.