Azavea.Open.DAO.AbstractDaLayer.SupportsNumRecords C# (CSharp) Method

SupportsNumRecords() public method

If true, methods that return numbers of records affected will be returning accurate numbers. If false, they will return UNKNOWN_NUM_ROWS.
public SupportsNumRecords ( ) : bool
return bool
        public virtual bool SupportsNumRecords()
        {
            return _supportsNumRecords;
        }