Click or drag to resize

IDatabaseHibernate Method

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Hibernate()
Remarks
When the database is "hibernated" the encapsulated connection is closed but not destroyed. This releases the connection to the connection pool, or closes the connection if connection pooling is disabled.
See Also