A Microsoft .NET method that sends the `CommandText` to the `Connection` and builds a `SqlDataReader`.
Namespace: System.Data.SqlClient
Assembly: System.Data (in System.Data.dll)
public SqlDataReader ExecuteReader()
Return Value
- Type: System.Data.SqlClient.SqlDataReader
- A SqlDataReader object.
http://msdn.microsoft.com/en-us/library/9kcbe65k(v=vs.110).aspx