Click or drag to resize
RelationshipInfo Methods

The RelationshipInfo type exposes the following members.

Methods
  NameDescription
Public methodCreateOppositeVariant
Creates the opposite variant of this relationshipinfo
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFkFieldsAsStringFromFkSide
Gets the fk field names as string from fk side, eventualy delimited with a delimiter (comma)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOppositeRelationshipFields
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
Public methodGetPkFieldsAsStringFromPkSide
Gets the pk fields as string from pk side, eventualy delimited with a delimiter (comma)
Public methodGetRelationshipFieldPairs
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
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also