If true, automatically opens the connection.
public bool AutoOpen { get; set; }
If this property is true, there is no need to call OpenConnection. The connection is opened immediately (or lazily if LazyOpen is also specified).
OpenConnection
LazyOpen