PathSelectItem 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
PathSelectItem(ODataSelectPath) |
Construit un PathSelectItem pour indiquer qu’un chemin d’accès spécifique est sélectionné. |
PathSelectItem(ODataSelectPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause) |
Construit un PathSelectItem pour indiquer qu’un chemin d’accès spécifique est sélectionné. |
PathSelectItem(ODataSelectPath)
Construit un PathSelectItem pour indiquer qu’un chemin d’accès spécifique est sélectionné.
public PathSelectItem (Microsoft.OData.UriParser.ODataSelectPath selectedPath);
new Microsoft.OData.UriParser.PathSelectItem : Microsoft.OData.UriParser.ODataSelectPath -> Microsoft.OData.UriParser.PathSelectItem
Public Sub New (selectedPath As ODataSelectPath)
Paramètres
- selectedPath
- ODataSelectPath
Chemin d'accès sélectionné.
Exceptions
Levée si le selectedPath de l'entrée a la valeur Null.
S’applique à
PathSelectItem(ODataSelectPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause)
Construit un PathSelectItem pour indiquer qu’un chemin d’accès spécifique est sélectionné.
public PathSelectItem (Microsoft.OData.UriParser.ODataSelectPath selectedPath, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.UriParser.SelectExpandClause selectAndExpand, Microsoft.OData.UriParser.FilterClause filterOption, Microsoft.OData.UriParser.OrderByClause orderByOption, long? topOption, long? skipOption, bool? countOption, Microsoft.OData.UriParser.SearchClause searchOption, Microsoft.OData.UriParser.ComputeClause computeOption);
new Microsoft.OData.UriParser.PathSelectItem : Microsoft.OData.UriParser.ODataSelectPath * Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.UriParser.SelectExpandClause * Microsoft.OData.UriParser.FilterClause * Microsoft.OData.UriParser.OrderByClause * Nullable<int64> * Nullable<int64> * Nullable<bool> * Microsoft.OData.UriParser.SearchClause * Microsoft.OData.UriParser.ComputeClause -> Microsoft.OData.UriParser.PathSelectItem
Public Sub New (selectedPath As ODataSelectPath, navigationSource As IEdmNavigationSource, selectAndExpand As SelectExpandClause, filterOption As FilterClause, orderByOption As OrderByClause, topOption As Nullable(Of Long), skipOption As Nullable(Of Long), countOption As Nullable(Of Boolean), searchOption As SearchClause, computeOption As ComputeClause)
Paramètres
- selectedPath
- ODataSelectPath
Chemin d'accès sélectionné.
- navigationSource
- IEdmNavigationSource
Source de navigation pour cet élément de sélection.
- selectAndExpand
- SelectExpandClause
Cette sous-sélection et ce sous-développement pour cet élément de sélection.
- filterOption
- FilterClause
Clause de filtre pour cette sélection (peut être null).
- orderByOption
- OrderByClause
Clause Orderby pour cette sélection (peut être null).
- searchOption
- SearchClause
Clause de recherche pour cette sélection (peut être null).
- computeOption
- ComputeClause
Clause de calcul pour ce développement (peut être null).
Exceptions
Levée si le selectedPath de l'entrée a la valeur Null.