Click or drag to resize
AbstractDatabaseAbstracterOpenConnection Method
Creates and opens a connection on the database.

Namespace: Activsoft.Engine.Db
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public abstract IDbConnection OpenConnection()

Return Value

Type: IDbConnection
a ready to use connection
See Also