ISqlSession.ExecuteReader method
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