GeneralConnection ExecuteReader Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodExecuteReader(QueryParameters, CommandBehavior)
Runs the query and returns result as Data reader. Keeps the connection open.
Public methodExecuteReader(String, QueryDataParameters, QueryMacros, CommandBehavior)Obsolete.
Executes query and returns result as a data reader. Keeps the connection open.
Public methodExecuteReader(String, QueryDataParameters, QueryTypeEnum, CommandBehavior)Obsolete.
Runs the query and returns result as Data reader. Keeps the connection open.
Public methodExecuteReader(QueryInfo, QueryDataParameters, QueryMacros, CommandBehavior)Obsolete.
Executes query and returns result as a data reader. Keeps the connection open.
Back to Top
See Also