MapperKernelHasRecords Property |
HasRecords returns true if there are one or more records in the current mapper filter, else false.
Note that using HasRecords never requires an additional database query and should therefore be
used in place of
RecordCount when possible.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual bool HasRecords { get; }
Public Overridable ReadOnly Property HasRecords As Boolean
Get
Property Value
Type:
BooleanImplements
IMapperHasRecordsSee Also