共用方式為


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 清單。

適用於