Class ReflectionBasedDbFactory.TestEntry
Inheritance
ReflectionBasedDbFactory.TestEntry
Assembly: FluentMigrator.Runner.Core.dll
Syntax
protected class ReflectionBasedDbFactory.TestEntry
Constructors
TestEntry(string, string)
Declaration
public TestEntry(string assemblyName, string dbProviderFactoryTypeName)
Parameters
| Type |
Name |
Description |
| string |
assemblyName |
|
| string |
dbProviderFactoryTypeName |
|
Properties
AssemblyName
Declaration
public string AssemblyName { get; }
Property Value
DBProviderFactoryTypeName
Declaration
public string DBProviderFactoryTypeName { get; }
Property Value