共用方式為


ExpandedCountSelectItem 類別

定義

這表示特定擴充樹狀結構的單一擴充層級。

public sealed class ExpandedCountSelectItem : Microsoft.OData.UriParser.ExpandedReferenceSelectItem
type ExpandedCountSelectItem = class
    inherit ExpandedReferenceSelectItem
Public NotInheritable Class ExpandedCountSelectItem
Inherits ExpandedReferenceSelectItem
繼承

建構函式

ExpandedCountSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, SearchClause)

使用導覽屬性、其實體集和 SelectExpandClause 來建立展開項目

屬性

ApplyOption

取得這個展開專案的 apply 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。

(繼承來源 ExpandedReferenceSelectItem)
ComputeOption

取得這個展開專案的計運算元句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。

(繼承來源 ExpandedReferenceSelectItem)
CountOption

取得這個展開專案的 count 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。

(繼承來源 ExpandedReferenceSelectItem)
FilterOption

這個展開專案的篩選子句

(繼承來源 ExpandedReferenceSelectItem)
NavigationSource

取得這個層級的導覽來源。

(繼承來源 ExpandedReferenceSelectItem)
OrderByOption

取得這個展開專案的 orderby 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。

(繼承來源 ExpandedReferenceSelectItem)
PathToNavigationProperty

取得這個展開層級的路徑。 此路徑包含零或多個型別區段,後面僅接著一個導覽屬性。

(繼承來源 ExpandedReferenceSelectItem)
SearchOption

取得這個展開專案的搜尋子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。

(繼承來源 ExpandedReferenceSelectItem)
SkipOption

取得這個展開專案的 skip 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。

(繼承來源 ExpandedReferenceSelectItem)
TopOption

取得這個展開專案的 top 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。

(繼承來源 ExpandedReferenceSelectItem)

方法

HandleWith(SelectItemHandler)

使用 SelectItemHandler 處理。

TranslateWith<T>(SelectItemTranslator<T>)

使用 SelectItemTranslator<T> 進行翻譯。

適用於