PagingInfo.ReturnTotalRecordCount Property
Applies To: Dynamics CRM 2015
Sets whether the total number of records should be returned from the query.
Namespace: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public bool ReturnTotalRecordCount { get; set; }
public:
[DataMemberAttribute]
property bool ReturnTotalRecordCount {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member ReturnTotalRecordCount : bool with get, set
<DataMemberAttribute>
Public Property ReturnTotalRecordCount As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the TotalRecordCount should be set when the query is executed; otherwise, false.
See Also
TotalRecordCount
PagingInfo Class
Microsoft.Xrm.Sdk.Query Namespace
Use the QueryExpression class
Return to top
© 2016 Microsoft. All rights reserved. Copyright