Click or drag to resize

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.7.0.0 (5.7.0)
Syntax
public ReadOnlyCollection<Expression> Arguments { get; set; }

Property Value

Type: ReadOnlyCollectionExpression
See Also