RelationshipInfo Methods |
The RelationshipInfo type exposes the following members.
Name | Description | |
---|---|---|
CreateOppositeVariant |
Creates the opposite variant of this relationshipinfo
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetFkFieldsAsStringFromFkSide |
Gets the fk field names as string from fk side, eventualy delimited with a delimiter (comma)
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetOppositeRelationshipFields |
Gets the relationship fields for the side this relationshipinfo is for. This means that if that entity is at the pk side, the pk fields are
returned of the relationship (if applicable) otherwise the fk fields. If the relationship is an m:n relationship, an empty list is returned
| |
GetPkFieldsAsStringFromPkSide |
Gets the pk fields as string from pk side, eventualy delimited with a delimiter (comma)
| |
GetRelationshipFieldPairs |
Gets the relationship field pairs from the point of view of the side this relationshipinfo is for.
This means that Value1 of a pair instance returned is the field in the entity this relationship info is for, and Value2 is a field
in the related entity, for the relationship this relationship info is for. If the relationship is an m:n relationship, an empty list is returned
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |