Class ConnectionContextBase
  
  
  
  
    Inheritance
    System.Object
    ConnectionContextBase
   
  
  Assembly: MESL.SqlRace.Domain.dll
  Syntax
  
    public abstract class ConnectionContextBase : Object
   
  Constructors
  
  
  ConnectionContextBase()
  
  
  Declaration
  
    protected ConnectionContextBase()
   
  Properties
  
  
  ConnectionString
  
  
  Declaration
  
    public abstract string ConnectionString { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  DatabaseVersion
  
  
  Declaration
  
    public abstract string DatabaseVersion { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  DataSource
  If the dbEngine is SQLite contains the DataSource file full path
 
  
  Declaration
  
    public abstract string DataSource { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  DbEngine
  The database engine used to store the data
 
  
  Declaration
  
    public abstract DbEngine DbEngine { get; }
   
  Property Value
  
  
  PortNumber
  
  
  Declaration
  
    public abstract int PortNumber { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  RemoteIpAddress
  
  
  Declaration
  
    public abstract string RemoteIpAddress { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  Methods
  
  
  GetContextKey()
  
  
  Declaration
  
    public abstract string GetContextKey()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         |