ExpandedNavigationSelectItem 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ExpandedNavigationSelectItem(ODataExpandPath, IEdmNavigationSource, SelectExpandClause)
使用導覽屬性、其實體集和 SelectExpandClause 來建立展開項目
public ExpandedNavigationSelectItem (Microsoft.OData.UriParser.ODataExpandPath pathToNavigationProperty, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.UriParser.SelectExpandClause selectExpandOption);
new Microsoft.OData.UriParser.ExpandedNavigationSelectItem : Microsoft.OData.UriParser.ODataExpandPath * Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.UriParser.SelectExpandClause -> Microsoft.OData.UriParser.ExpandedNavigationSelectItem
Public Sub New (pathToNavigationProperty As ODataExpandPath, navigationSource As IEdmNavigationSource, selectExpandOption As SelectExpandClause)
參數
- pathToNavigationProperty
- ODataExpandPath
這個展開項目之導覽屬性的路徑,包括任何型別區段
- navigationSource
- IEdmNavigationSource
此 ExpandItem 的導覽來源
- selectExpandOption
- SelectExpandClause
這個展開項目的選取層級以及任何子展開。
例外狀況
如果輸入 pathToNavigationProperty 為 null 時則會擲回。
適用於
ExpandedNavigationSelectItem(ODataExpandPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, LevelsClause)
使用 navigationProperty、其實體集和任何展開選項,建立展開專案。
public ExpandedNavigationSelectItem (Microsoft.OData.UriParser.ODataExpandPath pathToNavigationProperty, 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.LevelsClause levelsOption);
new Microsoft.OData.UriParser.ExpandedNavigationSelectItem : Microsoft.OData.UriParser.ODataExpandPath * 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.LevelsClause -> Microsoft.OData.UriParser.ExpandedNavigationSelectItem
Public Sub New (pathToNavigationProperty As ODataExpandPath, 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, levelsOption As LevelsClause)
參數
- pathToNavigationProperty
- ODataExpandPath
這個展開項目之導覽屬性的路徑,包括任何型別區段
- navigationSource
- IEdmNavigationSource
這個展開層級的流覽來源。
- selectAndExpand
- SelectExpandClause
這個展開項目的選取層級以及任何子展開。
- filterOption
- FilterClause
這個展開 (的篩選子句可以是 null)
- orderByOption
- OrderByClause
這個展開 (的 Orderby 子句可以是 null)
- searchOption
- SearchClause
這個展開 (的 levels 子句可以是 null)
- levelsOption
- LevelsClause
這個展開 (的 levels 子句可以是 null)
例外狀況
如果輸入 pathToNavigationProperty 為 null 時則會擲回。
適用於
ExpandedNavigationSelectItem(ODataExpandPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, LevelsClause, ComputeClause)
使用 navigationProperty、其實體集和任何展開選項,建立展開專案。
public ExpandedNavigationSelectItem (Microsoft.OData.UriParser.ODataExpandPath pathToNavigationProperty, 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.LevelsClause levelsOption, Microsoft.OData.UriParser.ComputeClause computeOption);
new Microsoft.OData.UriParser.ExpandedNavigationSelectItem : Microsoft.OData.UriParser.ODataExpandPath * 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.LevelsClause * Microsoft.OData.UriParser.ComputeClause -> Microsoft.OData.UriParser.ExpandedNavigationSelectItem
Public Sub New (pathToNavigationProperty As ODataExpandPath, 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, levelsOption As LevelsClause, computeOption As ComputeClause)
參數
- pathToNavigationProperty
- ODataExpandPath
這個展開項目之導覽屬性的路徑,包括任何型別區段
- navigationSource
- IEdmNavigationSource
這個展開層級的流覽來源。
- selectAndExpand
- SelectExpandClause
這個展開項目的選取層級以及任何子展開。
- filterOption
- FilterClause
這個展開 (的篩選子句可以是 null)
- orderByOption
- OrderByClause
這個展開 (的 Orderby 子句可以是 null)
- searchOption
- SearchClause
這個展開 (的 levels 子句可以是 null)
- levelsOption
- LevelsClause
這個展開 (的 levels 子句可以是 null)
- computeOption
- ComputeClause
這個展開 (的計運算元句可以是 null)
例外狀況
如果輸入 pathToNavigationProperty 為 null 時則會擲回。
適用於
ExpandedNavigationSelectItem(ODataExpandPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, LevelsClause, ComputeClause, ApplyClause)
使用 navigationProperty、其實體集和任何展開選項,建立展開專案。
public ExpandedNavigationSelectItem (Microsoft.OData.UriParser.ODataExpandPath pathToNavigationProperty, 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.LevelsClause levelsOption, Microsoft.OData.UriParser.ComputeClause computeOption, Microsoft.OData.UriParser.Aggregation.ApplyClause applyOption);
new Microsoft.OData.UriParser.ExpandedNavigationSelectItem : Microsoft.OData.UriParser.ODataExpandPath * 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.LevelsClause * Microsoft.OData.UriParser.ComputeClause * Microsoft.OData.UriParser.Aggregation.ApplyClause -> Microsoft.OData.UriParser.ExpandedNavigationSelectItem
Public Sub New (pathToNavigationProperty As ODataExpandPath, 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, levelsOption As LevelsClause, computeOption As ComputeClause, applyOption As ApplyClause)
參數
- pathToNavigationProperty
- ODataExpandPath
這個展開項目之導覽屬性的路徑,包括任何型別區段
- navigationSource
- IEdmNavigationSource
這個展開層級的流覽來源。
- selectAndExpand
- SelectExpandClause
這個展開項目的選取層級以及任何子展開。
- filterOption
- FilterClause
這個展開 (的篩選子句可以是 null)
- orderByOption
- OrderByClause
這個展開 (的 Orderby 子句可以是 null)
- searchOption
- SearchClause
這個展開 (的搜尋子句可以是 null)
- levelsOption
- LevelsClause
這個展開 (的 levels 子句可以是 null)
- computeOption
- ComputeClause
這個展開 (的計運算元句可以是 null)
- applyOption
- ApplyClause
這個展開 (的 apply 子句可以是 null)
例外狀況
如果輸入 pathToNavigationProperty 為 null 時則會擲回。