Table of Contents

Class SourceKey

Namespace
The.Import.Data
Assembly
Instagile.dll

represents a directional relationship - framework persistence will eventually translate this into a bidi insert

public class SourceKey
Inheritance
SourceKey
Inherited Members

Constructors

SourceKey(string, IEnumerable<string>)

public SourceKey(string table, IEnumerable<string> columns)

Parameters

table string
columns IEnumerable<string>

SourceKey(string, string)

public SourceKey(string table, string column)

Parameters

table string
column string

Fields

Columns

datasource-specific identifiers for the columns which make up the foreign key

public readonly List<string> Columns

Field Value

List<string>

Table

datasource-specific table identifier (one which contains the listed columns)

public readonly string Table

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.