DbFunctionExpression.Arguments Property

 

Gets an DbExpression list that provides the arguments to the function.

Namespace:   System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual IList<DbExpression> Arguments { get; }