Persist.NET Documentation Class Library

RelationalDatabase.GetNewConnection Method 

Return a new object implementing IDbConnection

[Visual Basic]
MustOverride Protected Function GetNewConnection() As IDbConnection
[C#]
protected abstract IDbConnection GetNewConnection();

Return Value

the newly created connection

See Also

RelationalDatabase Class | Persist.Sql Namespace