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

PostgreSqlMetadataCache Constructor (Nullable<(Of <(<'AbstractConnectionFactory>)>)>)

Initializes a new instance of the PostgreSqlMetadataCache class.

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

Syntax


public PostgreSqlMetadataCache(
	Nullable<AbstractConnectionFactory> connectionSource
)
Public Sub New ( _
	connectionSource As Nullable(Of AbstractConnectionFactory) _
)
public:
PostgreSqlMetadataCache(
	Nullable<AbstractConnectionFactory^> connectionSource
)

Parameters

connectionSource
Type: Nullable<(Of <(<'AbstractConnectionFactory>)>)>
The connection source.