Click or drag to resize
DataAccessAdapterBaseFetchQueryAsync Method
Overload List
  NameDescription
Public methodFetchQueryAsyncT(String, Object)
Async variant of FetchQueryT(String, Object) Executes the specified plain SQL query using this adapter and projects each row in the resultset to an instance of T. Every parameter value is converted into one or more parameters which have to be pre-defined in the sqlQuery. Uses default fetch aspects.
(Inherited from DataAccessAdapterCore.)
Public methodFetchQueryAsyncT(CancellationToken, String, Object)
Async variant of FetchQueryT(String, Object) Executes the specified plain SQL query using this adapter and projects each row in the resultset to an instance of T. Every parameter value is converted into one or more parameters which have to be pre-defined in the sqlQuery. Uses default fetch aspects.
(Inherited from DataAccessAdapterCore.)
Public methodFetchQueryAsyncT(PlainSQLFetchAspects, String, Object)
Async variant of FetchQueryT(PlainSQLFetchAspects, String, Object) Executes the specified plain SQL query using this adapter and projects each row in the resultset to an instance of T. Every parameter value is converted into one or more parameters which have to be pre-defined in the sqlQuery.
(Inherited from DataAccessAdapterCore.)
Public methodFetchQueryAsyncT(CancellationToken, PlainSQLFetchAspects, String, Object)
Async variant of FetchQueryT(PlainSQLFetchAspects, String, Object) Executes the specified plain SQL query using this adapter and projects each row in the resultset to an instance of T. Every parameter value is converted into one or more parameters which have to be pre-defined in the sqlQuery.
(Overrides DataAccessAdapterCoreFetchQueryAsyncT(CancellationToken, PlainSQLFetchAspects, String, Object).)
Top
See Also