[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Enum controlling connection lifecycle.

The following tables list the members exposed by the ConnectionLifecycleEnum type.

Public Fields

  NameDescription
static memberPOOLED
Obtain a new connection each lookup closing the connection when done.

static memberRETAIN
Retain connection between lookups, not getting a new connection each lookup.