IProcedureReader Interface |
The IProcedureReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
Clean up resources.
|
![]() | ExecuteNonQuery |
Execute a non-query that take a collection of sql parameters
|
![]() | ExecuteReader(String, String, Int32) |
Execute a data reader
|
![]() | ExecuteReader(String, String, SqlParameter, Int32) |
Execute a data reader with supplied parameters
|
![]() | ExecuteScalar |
Execute a query that takes a collection of sql parameters and returns a scalar value
|