Compartir a través de


QueryContext.SelectParameters Propiedad

Definición

Obtiene o establece una colección de parámetros que especifican las propiedades y los valores calculados que se incluyen en los datos recuperados.

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)

Valor de propiedad

IDictionary<String,Object>

Colección de parámetros que el origen de datos usa para crear un comando Select.

Se aplica a