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.1.0.0 (5.1.0)
Syntax public IEnumerable<IFieldElementCore> GetOppositeRelationshipFields()
Public Function GetOppositeRelationshipFields As IEnumerable(Of IFieldElementCore)
Return Value
Type:
IEnumerableIFieldElementCorethe requested set of fields
See Also