PostgreSqlDataSource..::..WithSettings Method
Creates a new data source with the indicated changes to the settings.
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.PostgreSql (in Tortuga.Chain.PostgreSql.dll)
Syntax
[SuppressMessageAttribute] public PostgreSqlDataSource WithSettings( Nullable<PostgreSqlDataSourceSettings> settings )
<SuppressMessageAttribute> _ Public Function WithSettings ( _ settings As Nullable(Of PostgreSqlDataSourceSettings) _ ) As PostgreSqlDataSource
[SuppressMessageAttribute] public: PostgreSqlDataSource^ WithSettings( Nullable<PostgreSqlDataSourceSettings^> settings )
Parameters
- settings
- Type: Nullable<(Of <(<'PostgreSqlDataSourceSettings>)>)>
The new settings to use.