共用方式為


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,它會指定輸入集並提供集合項目與群組項目變數的存取權。

適用於