DataServiceQuery<TElement>.Expand(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un DataServiceQuery<TElement> avec l'option de développement définie dans l'URI généré par la requête retournée.
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)
Paramètres
- path
- String
Valeur de chaîne qui contient l'URI demandeur.
Retours
Nouvelle requête qui inclut l'option de requête $expand demandée ajoutée à l'URI de la requête fournie.