共用方式為


CountSegment 類別

定義

以路徑表示 $count 的區段

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

欄位

Instance

傳回 Count 的單一執行個體

屬性

EdmType

IEdmType取得這個 CountSegment 的 ,其一律為 Edm.Int32。

Identifier

傳回此區段的識別碼,也就是不含索引鍵的字串部分。

(繼承來源 ODataPathSegment)

方法

HandleWith(PathSegmentHandler)

CountSegment使用 的 PathSegmentHandler 實例來處理 。

TranslateWith<T>(PathSegmentTranslator<T>)

CountSegment使用 的 PathSegmentTranslator<T> 實例來轉譯 。

適用於