DisposableObjectsSetFeatures Method |
Set the number of recordset additions before we attempt to flush closed recordsets
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void SetFeatures(
IAppContext cxt
)
Public Sub SetFeatures (
cxt As IAppContext
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The app context from which to the get the value of Performance feature, AutoFlushRecordsetCount
See Also