DataServiceQuery<TElement>.Expand(String) Método

Definición

Crea un nuevo objeto DataServiceQuery<TElement> con la opción de expansión establecida en el identificador URI generado por la consulta devuelta.

public:
 System::Data::Services::Client::DataServiceQuery<TElement> ^ Expand(System::String ^ path);
public System.Data.Services.Client.DataServiceQuery<TElement> Expand (string path);
member this.Expand : string -> System.Data.Services.Client.DataServiceQuery<'Element>
Public Function Expand (path As String) As DataServiceQuery(Of TElement)

Parámetros

path
String

Valor de cadena que contiene el identificador URI solicitando.

Devoluciones

Una nueva consulta que incluye la opción de consulta $expand solicitada, anexada al identificador URI de la consulta proporcionada.

Se aplica a