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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.0.0.0 (5.0.0)
Syntax [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public int TotalRowCount { get; }
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
Public ReadOnly Property TotalRowCount As Integer
Get
Property Value
Type:
Int32See Also