LLBLGenProDataSourceViewBaseCanRetrieveTotalRowCount Property |
Gets a value indicating whether the
DataSourceView object associated with the current
DataSourceControl object supports retrieving the total number of data rows, instead of the data.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.1.0.0 (5.1.0)
Syntax public override bool CanRetrieveTotalRowCount { get; }
Public Overrides ReadOnly Property CanRetrieveTotalRowCount As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the operation is supported; otherwise, false. The base class implementation returns false.
See Also