Click or drag to resize

TypedMapperHasRecords Property

Returns true if there are one or more records in the current mapper filter, else false.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool HasRecords { get; }

Property Value

Type: Boolean
Remarks
Note that using HasRecords never requires an additional database query and should therefore be used in place of RecordCount when possible.
See Also