ForeignKeyDefinition Members
The ForeignKeyDefinition type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddFieldJoin |
Adds a field join to the FieldJoins list.
|
|
IsEqualTo |
Determines whether [is equal to] [the specified foreign key definition].
|
|
ToString |
Returns a String that represents this instance.
|
Properties
Name | Description | |
---|---|---|
Alias |
Gets the alias.
|
|
CollectionName |
Gets or sets the name of the collection.
|
|
FieldJoins |
Gets the fields that join the primary and foreign tables together..
|
|
ForeignKeyFieldJoins |
Gets the foreign key field joins.
|
|
ForeignObjectPropertyName |
Gets the name of the foreign object property.
|
|
ForeignTable |
Gets the foreign ("Many") table.
|
|
PrimaryTable |
Gets the primary ("One") table.
|