Click or drag to resize
EntityExpressionCreatedFromParameter Property
Gets or sets the parameter this instance was created from, if any. Can be a parameter this entity is created from indirectly, e.g. od.Order.Customer, both Order and Customer navigators result in an EntityExpression which all are created from the parameter od. This is required to be able to move relations based on navigators to the right scope (i.e. the one where the parameter is defined).

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public ParameterExpression CreatedFromParameter { get; set; }

Property Value

Type: ParameterExpression
See Also