Click or drag to resize
RelationshipInfoGetOppositeRelationshipFields Method
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

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IEnumerable<IFieldElementCore> GetOppositeRelationshipFields()

Return Value

Type: IEnumerableIFieldElementCore
the requested set of fields
See Also