Skip to content

Async versions of QueryFirst/Single/FirstorDefault/SingleOrDefault with CommandDefinition are missing #484

Description

@Tornhoof

Hi,
currently there is:

staticTQueryFirstOrDefault<T>(thisIDbConnectioncnn,CommandDefinitioncommand)

but there is no

staticTask<T>QueryFirstOrDefaultAsync<T>(thisIDbConnectioncnn,CommandDefinitioncommand)

only the full version exists:

staticTask<T>QueryFirstOrDefaultAsync<T>(thisIDbConnectioncnn,stringsql,objectparam=null,IDbTransactiontransaction=null,int?commandTimeout=null,CommandType?commandType=null)

Same applies to First/Single/SingleOrDefault

Please add the CommandDefinition versions of async First etc. methods too.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    v3.0Changes awaiting the next breaking release

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions