Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.DataSourceResult.Total Property

The total number of records that satisfy the search criteria. Data providers may implement paging within a dataset, in which case the Total property does not reflect the size of the Data collection.

Class: YetaWF.Core.Components.DataSourceResult
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public int Total { get; set; }

See Also YetaWF.Core.Components.DataSourceResult ClassYetaWF.Core Overview