IAdoDbConnection.OpenAsync() Method
.NET Standard 2.x
Asynchronously opens the database connection using the connection string.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
Task<bool> OpenAsync() | Asynchronously opens the database connection using the connection string. |
Task<bool> OpenAsync(CancellationToken cancellationToken) | Asynchronously opens the database connection using the connection string. |