Class SADBCursor
  
  
  
  
    Inheritance
    System.Object
    
    SADBCursor
   
  
  
  Assembly: Simplic.Framework.DAL.dll
  Syntax
  
    public class SADBCursor : DBCursor
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SADBCursor(DBCursorBehavior)
  
  
  Declaration
  
    public SADBCursor(DBCursorBehavior behavior)
   
  Parameters
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetAdapter()
  
  
  Declaration
  
    protected override System.Data.Common.DbDataAdapter GetAdapter()
   
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Data.Common.DbDataAdapter | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetConnection(String)
  
  
  Declaration
  
    protected override System.Data.Common.DbConnection GetConnection(string connectionName)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        connectionName | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Data.Common.DbConnection | 
         | 
      
    
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  IsConnectionError(System.Data.Common.DbException)
  
  
  Declaration
  
    protected override bool IsConnectionError(System.Data.Common.DbException exception)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Data.Common.DbException | 
        exception | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  OpenReader(System.Data.Common.DbCommand)
  
  
  Declaration
  
    protected override System.Data.Common.DbDataReader OpenReader(System.Data.Common.DbCommand command)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Data.Common.DbCommand | 
        command | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Data.Common.DbDataReader | 
         | 
      
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  PrepareStatement(String, IDictionary<String, Object>, Object[])
  
  
  Declaration
  
    protected override System.Data.Common.DbCommand PrepareStatement(string statement, IDictionary<string, object> namedParameters, params object[] parameters)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        statement | 
         | 
      
      
        | IDictionary<System.String, System.Object> | 
        namedParameters | 
         | 
      
      
        | System.Object[] | 
        parameters | 
         | 
      
    
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Data.Common.DbCommand | 
         | 
      
    
  
  Overrides