ISqlSession.ExecuteReader Method
Include Protected Members
Include Inherited Members
Executes a Transact-SQL query that returns a rowset.
Overload List
Name | Description | |
---|---|---|
![]() |
ExecuteReader(SqlCommand) | Executes a Transact-SQL query that returns a rowset based on the specified SQL command. |
![]() |
ExecuteReader(SqlCommand, CommandBehavior) | Executes a Transact-SQL query that returns a rowset based on the specified SQL command and behavior. |
Top