RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbContextEfCore..::..SetConnectionString Method

Sets the connection string.

Namespace:  RingSoft.DbLookup.EfCore
Assembly:  RingSoft.DbLookup.EfCore (in RingSoft.DbLookup.EfCore.dll)

Syntax


public void SetConnectionString(
	Nullable<string> connectionString
)
Public Sub SetConnectionString ( _
	connectionString As Nullable(Of String) _
)
public:
void SetConnectionString(
	Nullable<String^> connectionString
)

Parameters

connectionString
Type: Nullable<(Of <(<'String>)>)>
The connection string.