Click or drag to resize
LLBLGenProDataSourceBaseTotalRowCount Property
Gets the total row count for the last query executed. Only valid if the query is a paging query and the datasource is ordered to obtain the total row count by the bound control.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public int TotalRowCount { get; }

Property Value

Type: Int32
See Also