IProcedureReader Interface

Alterian Email Manager 6.2.3 SDK Help File

Namespace:  DMLibrary.SEV
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public interface IProcedureReader

The IProcedureReader type exposes the following members.

Methods
NameDescription
Public methodDispose
Clean up resources.
Public methodExecuteNonQuery
Execute a non-query that take a collection of sql parameters
Public methodExecuteReader(String, String, Int32)
Execute a data reader
Public methodExecuteReader(String, String, SqlParameter, Int32)
Execute a data reader with supplied parameters
Public methodExecuteScalar
Execute a query that takes a collection of sql parameters and returns a scalar value
Top
See Also