共用方式為


ODataQueryOptionParser 類別

定義

查詢選項的剖析器

public class ODataQueryOptionParser
type ODataQueryOptionParser = class
Public Class ODataQueryOptionParser
繼承
ODataQueryOptionParser

建構函式

ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>, IServiceProvider)

ODataQueryOptionParser 的建構函式

ODataQueryOptionParser(IEdmModel, IEdmType, IEdmNavigationSource, IDictionary<String,String>)

ODataQueryOptionParser 的建構函式

ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>, IServiceProvider)

ODataQueryOptionParser 的建構函式

ODataQueryOptionParser(IEdmModel, ODataPath, IDictionary<String,String>)

ODataQueryOptionParser 的建構函式

屬性

ParameterAliasNodes

取得參數別名節點資訊。

Resolver

取得或設定 ODataUriResolverODataUriParser

Settings

這個 實例的 ODataQueryOptionParser 設定。 如需詳細資訊,請參閱 的個別屬性 ODataUriParserSettings 檔。

方法

ParseApply()

在指定的完整 Uri 上剖析 apply 子句,並使用建構模式將文字系結至語意節點。

ParseCompute()

在指定的完整 Uri 上剖析計運算元句,並使用建構模式將文字系結至語意節點。

ParseCount()

剖析$count查詢選項

ParseDeltaToken()

剖析$deltatoken查詢選項

ParseFilter()

剖析指定完整 URI 上的篩選子句,並使用建構模式將文字系結至語意節點。

ParseIndex()

剖析$index查詢選項

ParseOrderBy()

剖析指定完整 Uri 上的 orderBy 子句,並使用建構模式將文字系結至語意節點。

ParseSearch()

剖析$search。

ParseSelectAndExpand()

具現化類別中的 ParseSelectAndExpand

ParseSkip()

剖析$skip查詢選項

ParseSkipToken()

剖析$skiptoken查詢選項

ParseTop()

剖析$top查詢選項

適用於