ObjectDataSourceSelectingEventArgs.Arguments 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供一個機制,讓 ObjectDataSource 物件用來在擷取資料時要求資料相關作業。
public:
property System::Web::UI::DataSourceSelectArguments ^ Arguments { System::Web::UI::DataSourceSelectArguments ^ get(); };
public System.Web.UI.DataSourceSelectArguments Arguments { get; }
member this.Arguments : System.Web.UI.DataSourceSelectArguments
Public ReadOnly Property Arguments As DataSourceSelectArguments
屬性值
DataSourceSelectArguments,指定 ObjectDataSource 應該對結果集執行哪些額外的資料相關作業。
備註
資料繫結控制項 DataSourceSelectArguments 會使用類別來要求 ObjectDataSource 物件對結果集執行其他與資料相關的作業,例如排序資料或傳回特定的資料子集。 這些資料相關作業是由 DataSourceCapabilities 列舉列舉。 Arguments屬性是唯讀的,因此您可以檢查資料繫結控制項所傳遞的引數,但不能變更這些引數。 如需詳細資訊,請參閱DataSourceSelectArguments。