MapperKernelInternalSetRecordCount Method |
The internal _recordCount property should always be set using this method to ensure that associated
information, specifically _recordCountError, is also set properly.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected void InternalSetRecordCount(
int count,
bool clearRecordCountError = true
)
Protected Sub InternalSetRecordCount (
count As Integer,
Optional clearRecordCountError As Boolean = true
)
Parameters
- count
- Type: SystemInt32
The count. - clearRecordCountError (Optional)
- Type: SystemBoolean
Specifies whether or not to clear any associated record count error.
See Also