QueryContext.SelectParameters Özellik

Tanım

Alınan verilere dahil edilen özellikleri ve hesaplanan değerleri belirten bir parametre koleksiyonunu alır veya ayarlar.

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)

Özellik Değeri

Veri kaynağının komut Select oluşturmak için kullandığı parametre koleksiyonu.

Şunlara uygulanır