SQLProcedureReader Class |
The SQLProcedureReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | SQLProcedureReader | Initializes a new instance of the SQLProcedureReader class |
Name | Description | |
---|---|---|
![]() | Dispose |
Clean up resources.
|
![]() | ExecuteNonQuery |
Execute a non-query that takes a collection as a TVP
|
![]() | ExecuteReader(String, String, Int32) |
Returns a data reader. Dispose must be called to cleanup command and connection after reader has been disposed.
|
![]() | ExecuteReader(String, String, SqlParameter, Int32) | |
![]() | ExecuteScalar |
Execute a query that takes a collection of sql parameters and returns a scalar value
|