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