Table of Contents

Class SourceTableExtract

Namespace
The.Import.Data
Assembly
Instagile.dll

represents a modelled transformation from some columns of a table to attributes of a different entity

public class SourceTableExtract
Inheritance
SourceTableExtract
Inherited Members

Constructors

SourceTableExtract(Guid, bool, IEnumerable<SourceColumn>)

public SourceTableExtract(Guid formingRelationshipID, bool asLookup, IEnumerable<SourceColumn> toColumns)

Parameters

formingRelationshipID Guid
asLookup bool
toColumns IEnumerable<SourceColumn>

Fields

ExtractingColumns

public readonly SourceColumn[] ExtractingColumns

Field Value

SourceColumn[]

FormingRelationshipID

id of the corresponding relationship in the app model - this determines which table to move to

public readonly Guid FormingRelationshipID

Field Value

Guid

IsLookup

public readonly bool IsLookup

Field Value

bool

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.