Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DbDataAdapter async methods #8

@VitaliyMF

Description

@VitaliyMF

SelectQuery (returned by DbDataAdapter.Select) should have the following methods:

  • SingleAsync
  • ToDictionaryAsync
  • ToDictionaryListAsync
  • ToListAsync
  • ToRecordSetAsync

Async versions for other DbDataAdapter methods:

  • DeleteAsync(Query)
  • UpdateAsync(RecordSet)

I'm not sure that Insert/Update for single record should have async versions (insert/update for one record is usually fast enough -- lets wait until someone really asks for them).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions