ODataSelectPath Constructeurs
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.
Surcharges
ODataSelectPath(ODataPathSegment[]) |
Crée un objet ODataPath à partir d'un segment unique |
ODataSelectPath(IEnumerable<ODataPathSegment>) |
Crée un ODataSelectPath |
ODataSelectPath(ODataPathSegment[])
Crée un objet ODataPath à partir d'un segment unique
public ODataSelectPath (params Microsoft.OData.UriParser.ODataPathSegment[] segments);
new Microsoft.OData.UriParser.ODataSelectPath : Microsoft.OData.UriParser.ODataPathSegment[] -> Microsoft.OData.UriParser.ODataSelectPath
Public Sub New (ParamArray segments As ODataPathSegment())
Paramètres
- segments
- ODataPathSegment[]
Liste des segments constituant ce chemin d'accès.
Exceptions
Levée si la liste des segments ne correspond pas aux conditions requises pour un chemin dans $select
S’applique à
ODataSelectPath(IEnumerable<ODataPathSegment>)
Crée un ODataSelectPath
public ODataSelectPath (System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.ODataPathSegment> segments);
new Microsoft.OData.UriParser.ODataSelectPath : seq<Microsoft.OData.UriParser.ODataPathSegment> -> Microsoft.OData.UriParser.ODataSelectPath
Public Sub New (segments As IEnumerable(Of ODataPathSegment))
Paramètres
- segments
- IEnumerable<ODataPathSegment>
Liste des segments constituant ce chemin d'accès.
Exceptions
Levée si la liste des segments ne correspond pas aux conditions requises pour un chemin dans $select