PagingInfo.ReturnTotalRecordCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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