DbAggregate.Arguments Property

Definition

Gets the list of expressions that define the arguments to this DbAggregate.

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)

Property Value

The list of expressions that define the arguments to this DbAggregate.

Remarks

The Arguments property of DbAggregate describes the arguments to the aggregate.

Applies to