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

SQLiteDataSource..::..WithSettings Method

Creates a new data source with the indicated changes to the settings.

Namespace:  Tortuga.Chain
Assembly:  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.

Return Value

Remarks


The new data source will share the same database metadata cache.