Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

PostgreSqlDataSource Constructor (Nullable<(Of <(<'String>)>)>, AbstractConnectionFactory, Nullable<(Of <(<'PostgreSqlDataSourceSettings>)>)>)

Initializes a new instance of the PostgreSqlDataSource class.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)

Syntax


public PostgreSqlDataSource(
	Nullable<string> name,
	AbstractConnectionFactory connectionSource,
	Nullable<PostgreSqlDataSourceSettings> settings
)
Public Sub New ( _
	name As Nullable(Of String), _
	connectionSource As AbstractConnectionFactory, _
	settings As Nullable(Of PostgreSqlDataSourceSettings) _
)
public:
PostgreSqlDataSource(
	Nullable<String^> name, 
	AbstractConnectionFactory^ connectionSource, 
	Nullable<PostgreSqlDataSourceSettings^> settings
)

Parameters

name
Type: Nullable<(Of <(<'String>)>)>
The name.
connectionSource
Type: AbstractConnectionFactory
The AbstractConnectionFactory used to create connections.
settings
Type: Nullable<(Of <(<'PostgreSqlDataSourceSettings>)>)>
The settings.