| IDataAccessAdapterOpenConnectionAsync Method  | 
 
            Async variant of 
OpenConnection.
            Opens the active connection object. If the connection is already open, nothing is done.
            If no connection object is present, a new one is created
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
SyntaxTask OpenConnectionAsync()
Function OpenConnectionAsync As Task
Return Value
Type: 
Task
Exceptions| Exception | Condition | 
|---|
| ObjectDisposedException | DataAccessAdapterBase;This DataAccessAdapter instance has already been disposed, you can't use it for further persistence activity | 
See Also