iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

DbProvider.CreateConnection Method 

Create a connection object for this provider.

[Visual Basic]
Overridable Public Function CreateConnection() As IDbConnection _
    Implements IDbProvider.
[C#]
public virtual IDbConnection CreateConnection();

Return Value

An 'IDbConnection' object.

Implements

IDbProvider.

See Also

DbProvider Class | IBatisNet.Common Namespace