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