DbConnectorSettings.LazyOpen property

If true, does not actually open the connection until it is needed.

public bool LazyOpen { get; set; }

Remarks

If this property is true, OpenConnection doesn’t immediately open the connection, but rather waits until the Connection property is first accessed.

See Also