DbGroupByExpression.Input 屬性

定義

取得 DbGroupExpressionBinding 指定輸入集合並提供集合元素與群組元素變數的存取權限。

public:
 property System::Data::Common::CommandTrees::DbGroupExpressionBinding ^ Input { System::Data::Common::CommandTrees::DbGroupExpressionBinding ^ get(); };
public System.Data.Common.CommandTrees.DbGroupExpressionBinding Input { get; }
member this.Input : System.Data.Common.CommandTrees.DbGroupExpressionBinding
Public ReadOnly Property Input As DbGroupExpressionBinding

屬性值

DbGroupExpressionBinding 指定輸入集合,並提供對集合元素與群組元素變數的存取。

適用於