Click or drag to resize

DatabasesHibernate Method

Hibernate each database object in the collection

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public 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