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.4.0.0 (5.4.0)
Syntax[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public int TotalRowCount { get; }<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property TotalRowCount As Integer
	Get
Property Value
Type: 
Int32
See Also