Sdílet prostřednictvím


QueryContext.SelectParameters Vlastnost

Definice

Získá nebo nastaví kolekci parametrů, které určují vlastnosti a počítané hodnoty, které jsou zahrnuté v načtených datech.

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

Hodnota vlastnosti

IDictionary<String,Object>

Kolekce parametrů, které zdroj dat používá k vytvoření Select příkazu.

Platí pro