DbConnectorSettings.AutoOpen property

If true, automatically opens the connection.

public bool AutoOpen { get; set; }

Remarks

If this property is true, there is no need to call OpenConnection. The connection is opened immediately (or lazily if LazyOpen is also specified).

See Also