PathSelectItem 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PathSelectItem(ODataSelectPath)
建構 , PathSelectItem 指出已選取特定路徑。
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)
參數
- selectedPath
- ODataSelectPath
選取的路徑。
例外狀況
如果輸入 selectedPath 為 null 時則會擲回。
適用於
PathSelectItem(ODataSelectPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause)
建構 , PathSelectItem 指出已選取特定路徑。
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)
參數
- selectedPath
- ODataSelectPath
選取的路徑。
- navigationSource
- IEdmNavigationSource
此選取專案的導覽來源。
- selectAndExpand
- SelectExpandClause
此子選取和子展開此選取專案。
- filterOption
- FilterClause
這個選取 (的篩選子句可以是 null) 。
- orderByOption
- OrderByClause
這個選取 (的 Orderby 子句可以是 null) 。
- searchOption
- SearchClause
這個選取 (的搜尋子句可以是 null) 。
- computeOption
- ComputeClause
這個展開 (的計運算元句可以是 null) 。
例外狀況
如果輸入 selectedPath 為 null 時則會擲回。