Sdílet prostřednictvím


DbFunctionExpression.Arguments Vlastnost

Definice

DbExpression Získá seznam, který poskytuje argumenty funkce.

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)

Hodnota vlastnosti

Seznam DbExpression , který poskytuje argumenty funkce.

Platí pro