Share via


ODataEntityReferenceLinks.Count Property

 

Gets or sets the optional inline count of the $ref collection.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public Nullable<long> Count {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property Nullable<long long> Count {
    [CompilerGeneratedAttribute]
    Nullable<long long> get();
    [CompilerGeneratedAttribute]
    void set(Nullable<long long> value);
}
member Count : Nullable<int64> with get, set
Public Property Count As Nullable(Of Long)

Property Value

Type: System.Nullable<Int64>

The optional inline count of the $ref collection.

See Also

ODataEntityReferenceLinks Class
Microsoft.OData.Core Namespace

Return to top