DbLambdaExpression.Arguments 属性

定义

获取 DbExpression 列表,该列表提供应将 Lambda 函数应用于的参数。Gets a DbExpression list that provides the arguments to which the Lambda function should be applied.

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

属性值

IList<DbExpression>

DbExpression 列表。The DbExpression list.

适用于