Condividi tramite


DataServiceQuery<TElement>.AddQueryOption(String, Object) Metodo

Definizione

Crea un nuovo oggetto DataServiceQuery<TElement> con il set di opzioni query nell'URI generato dalla query restituita.

public virtual Microsoft.OData.Client.DataServiceQuery<TElement> AddQueryOption (string name, object value);
abstract member AddQueryOption : string * obj -> Microsoft.OData.Client.DataServiceQuery<'Element>
override this.AddQueryOption : string * obj -> Microsoft.OData.Client.DataServiceQuery<'Element>
Public Overridable Function AddQueryOption (name As String, value As Object) As DataServiceQuery(Of TElement)

Parametri

name
String

Valore stringa che contiene il nome dell'opzione della stringa di query da aggiungere.

value
Object

Oggetto che contiene il valore dell'opzione della stringa di query.

Restituisce

Nuova query che include l'opzione query richiesta aggiunta all'URI della query fornita.

Si applica a