ExpandedReferenceSelectItem 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這代表具有$ref作業之特定展開樹狀結構的一個擴充層級。
public class ExpandedReferenceSelectItem : Microsoft.OData.UriParser.SelectItem
type ExpandedReferenceSelectItem = class
inherit SelectItem
Public Class ExpandedReferenceSelectItem
Inherits SelectItem
- 繼承
- 衍生
建構函式
屬性
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> 進行翻譯。 |