MappingTrackerObtainRegisteredRelationsForParameter Method |
Obtains the registered relations for parameter. These are relations which are successfully registered through AddRelationForParameter, thus relations which
are results of navigations away form a parameter.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax public List<IRelation> ObtainRegisteredRelationsForParameter(
ParameterExpression parameter
)
Public Function ObtainRegisteredRelationsForParameter (
parameter As ParameterExpression
) As List(Of IRelation)
Parameters
- parameter
- Type: System.Linq.ExpressionsParameterExpression
The parameter.
Return Value
Type:
ListIRelationSee Also