Share via


DbFunctionExpression.Arguments プロパティ

定義

関数に引数を提供する DbExpression リストを取得します。

public virtual System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<System.Data.Entity.Core.Common.CommandTrees.DbExpression>
Public Overridable ReadOnly Property Arguments As IList(Of DbExpression)

プロパティ値

関数に引数を提供する DbExpression リスト。

適用対象