Click or drag to resize
DataAccessAdapterCoreOpenConnectionAsync 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)
Syntax
public Task OpenConnectionAsync()

Return Value

Type: Task

Implements

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