Class SourceKey
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
tablestringcolumnsIEnumerable<string>
SourceKey(string, string)
public SourceKey(string table, string column)
Parameters
Fields
Columns
datasource-specific identifiers for the columns which make up the foreign key
public readonly List<string> Columns
Field Value
Table
datasource-specific table identifier (one which contains the listed columns)
public readonly string Table
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.