DbFunctionCallExpressionArguments Property |
Gets or sets the Arguments for this db function call. It's a readonly collection, as it is required to be easy to notify if one of the
enclosed linq expressions has been changed.
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 ReadOnlyCollection<Expression> Arguments { get; set; }
Public Property Arguments As ReadOnlyCollection(Of Expression)
Get
Set
Property Value
Type:
ReadOnlyCollectionExpressionSee Also