共用方式為


ObjectDataSourceFilteringEventArgs.ParameterValues 屬性

定義

取得 IOrderedDictionary 介面,其可提供對 ObjectDataSource 類別之 Parameter 物件的存取。

public:
 property System::Collections::Specialized::IOrderedDictionary ^ ParameterValues { System::Collections::Specialized::IOrderedDictionary ^ get(); };
public System.Collections.Specialized.IOrderedDictionary ParameterValues { get; }
member this.ParameterValues : System.Collections.Specialized.IOrderedDictionary
Public ReadOnly Property ParameterValues As IOrderedDictionary

屬性值

IOrderedDictionary 物件的 Parameter

備註

類別 ObjectDataSourceFilteringEventArgs 是用來將資料傳遞至 Filtering 物件的事件處理常式 ObjectDataSource 。 屬性 ParameterValues 提供篩選參數值的存取權,再執行篩選作業。

重要

您應該驗證從用戶端接收的任何篩選參數值。 執行時間只會將參數值取代為篩選運算式,並將它套用至 DataView 方法所 Select 傳回的物件。 如果您使用 FilterExpression 屬性做為安全性量值來限制傳回的專案數,則必須在篩選發生之前驗證參數值。

適用於

另請參閱