Sdílet prostřednictvím


QueryContext.WhereParameters Vlastnost

Definice

Získá nebo nastaví kolekci parametrů, které určují podmínky, které musí být splněny, aby záznam byl zahrnut do načtených dat.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ WhereParameters { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> WhereParameters { get; }
member this.WhereParameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property WhereParameters As IDictionary(Of String, Object)

Hodnota vlastnosti

Kolekce parametrů, které zdroj dat používá k vytvoření klauzule Where .

Platí pro