Ef6DatabaseUpdateExtensions.

SetConnectionStringName(Ef6DatabaseUpdateSettings, string) Method

Summary

Specifies the name of a connection string to use from the application's configuration file.

Syntax

public static Ef6DatabaseUpdateSettings SetConnectionStringName(this Ef6DatabaseUpdateSettings settings, string connectionStringName)

Parameters

Name Type Description
settings Ef6DatabaseUpdateSettings The settings.
connectionStringName string Name of the connection string in the configuration file

Return Value

Type Description
Ef6DatabaseUpdateSettings The settings instance with ConnectionStringName set to connectionStringName.