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