Click or drag to resize

ConnectionLifecycleEnum Fields

The ConnectionLifecycleEnum type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberPOOLED
Obtain a new connection each lookup closing the connection when done.
Public fieldStatic memberRETAIN
Retain connection between lookups, not getting a new connection each lookup.
Public fieldvalue__
Top
See Also