Class SourceTableExtract
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
formingRelationshipIDGuidasLookupbooltoColumnsIEnumerable<SourceColumn>
Fields
ExtractingColumns
public readonly SourceColumn[] ExtractingColumns
Field Value
FormingRelationshipID
id of the corresponding relationship in the app model - this determines which table to move to
public readonly Guid FormingRelationshipID
Field Value
IsLookup
public readonly bool IsLookup
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.