DynamicDataExtensions.ExpandDynamicWhereParameters(IDynamicDataSource) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將動態篩選條件擴大成資料來源可用的 Where
參數。
public:
[System::Runtime::CompilerServices::Extension]
static void ExpandDynamicWhereParameters(System::Web::DynamicData::IDynamicDataSource ^ dataSource);
public static void ExpandDynamicWhereParameters (this System.Web.DynamicData.IDynamicDataSource dataSource);
static member ExpandDynamicWhereParameters : System.Web.DynamicData.IDynamicDataSource -> unit
<Extension()>
Public Sub ExpandDynamicWhereParameters (dataSource As IDynamicDataSource)
參數
- dataSource
- IDynamicDataSource
資料來源物件。
備註
這個方法會將 目前 DynamicQueryStringParameter 實例 DynamicControlParameter 的值展開為 Where
資料來源可在查詢中使用的參數。