SQLProcedureReader Class

Alterian Email Manager 6.2.3 SDK Help File
Inheritance Hierarchy
SystemObject
  DMLibrary.SEVSQLProcedureReader

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

Syntax
public class SQLProcedureReader : IProcedureReader

The SQLProcedureReader type exposes the following members.

Constructors
NameDescription
Public methodSQLProcedureReader
Initializes a new instance of the SQLProcedureReader class
Top
Methods
NameDescription
Public methodDispose
Clean up resources.
Public methodExecuteNonQuery
Execute a non-query that takes a collection as a TVP
Public methodExecuteReader(String, String, Int32)
Returns a data reader. Dispose must be called to cleanup command and connection after reader has been disposed.
Public methodExecuteReader(String, String, SqlParameter, Int32)
Public methodExecuteScalar
Execute a query that takes a collection of sql parameters and returns a scalar value
Top
See Also