Click or drag to resize
DataAccessAdapterCore.OpenConnectionAsync 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.2.0.0 (5.2.17.0403)
Syntax
public Task OpenConnectionAsync()

Return Value

Type: Task

Implements

IDataAccessAdapter.OpenConnectionAsync()
Exceptions
ExceptionCondition
ObjectDisposedExceptionDataAccessAdapterBase;This DataAccessAdapter instance has already been disposed, you can't use it for further persistence activity
See Also