Class AppConfigConnectionStringAccessorOptions
Options for the AppConfigConnectionStringReader
Inherited Members
Namespace: FluentMigrator.Runner.Initialization.NetFramework
Assembly: FluentMigrator.Runner.dll
Syntax
[Obsolete]
public class AppConfigConnectionStringAccessorOptions
Properties
| Edit this page View SourceConnectionStringConfigPath
Gets or sets the path where the config file can be found
Declaration
[CanBeNull]
public string ConnectionStringConfigPath { get; set; }
Property Value
Type | Description |
---|---|
string |
MachineName
Gets or sets the machine name
Declaration
[CanBeNull]
public string MachineName { get; set; }
Property Value
Type | Description |
---|---|
string |