Interface IDatabaseConnectionConfiguration
  
  This interface is used by provider specific implementations. It is unlikely that you would implement this in consumer code.
Assembly: ArgentSea.dll
  Syntax
  
    public interface IDatabaseConnectionConfiguration
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  DatabaseKey
  
  
  Declaration
  
    string DatabaseKey { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  ReadConnectionInternal
  
  
  Declaration
  
    IDataConnection ReadConnectionInternal { get; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  WriteConnectionInternal
  
  
  Declaration
  
    IDataConnection WriteConnectionInternal { get; }
   
  Property Value