Click or drag to resize
DataAccessAdapterBaseFetchQuery Method
Overload List
  NameDescription
Public methodFetchQueryT(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 methodFetchQueryT(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 DataAccessAdapterCoreFetchQueryT(PlainSQLFetchAspects, String, Object).)
Top
See Also