共用方式為


ExpandedReferenceSelectItem 類別

定義

這代表具有$ref作業之特定展開樹狀結構的一個擴充層級。

public class ExpandedReferenceSelectItem : Microsoft.OData.UriParser.SelectItem
type ExpandedReferenceSelectItem = class
    inherit SelectItem
Public Class ExpandedReferenceSelectItem
Inherits SelectItem
繼承
ExpandedReferenceSelectItem
衍生

建構函式

ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource)

使用導覽屬性及其實體集建立展開專案

ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause)

使用 navigationProperty、其實體集和任何展開選項,建立展開專案。

ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause)

使用 navigationProperty、其實體集和任何展開選項,建立展開專案。

ExpandedReferenceSelectItem(ODataExpandPath, IEdmNavigationSource, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause, ApplyClause)

使用 navigationProperty、其實體集和任何展開選項,建立展開專案。

屬性

ApplyOption

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

ComputeOption

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

CountOption

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

FilterOption

這個展開專案的篩選子句

NavigationSource

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

OrderByOption

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

PathToNavigationProperty

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

SearchOption

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

SkipOption

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

TopOption

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

方法

HandleWith(SelectItemHandler)

使用 SelectItemHandler 處理。

TranslateWith<T>(SelectItemTranslator<T>)

使用 SelectItemTranslator<T> 進行翻譯。

適用於