ConnectionMode EnumerationNemiro.Data.dll
Mode connect to the database.

Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public enum ConnectionMode
Members

  Member nameValueDescription
Auto0 Automatically open and close the database connection (recommended). Is default.
Manual1 Manually close the connection to the database.
See Also