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)
Syntaxpublic bool HasRecords { get; }Public ReadOnly Property HasRecords As Boolean
	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