If true, does not actually open the connection until it is needed.
public bool LazyOpen { get; set; }
If this property is true, OpenConnection
doesn’t immediately open the connection, but rather waits until the Connection property is first accessed.