Aracılığıyla paylaş


QueryContext.SelectParameters Özellik

Tanım

Alınan verilere dahil edilen özellikleri ve hesaplanan değerleri belirten parametrelerin 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

IDictionary<String,Object>

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

Şunlara uygulanır