PagingInfo.ReturnTotalRecordCount Property

Definition

Gets or sets whether the total number of records should be returned from the query.

public:
 property bool ReturnTotalRecordCount { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool ReturnTotalRecordCount { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ReturnTotalRecordCount : bool with get, set
Public Property ReturnTotalRecordCount As Boolean

Property Value

true if the EntityCollection.TotalRecordCount property should be set when the query is executed; otherwise, false.

Attributes

Applies to

See also