SQLProcedureReaderExecuteReader Method (String, String, Int32)

Alterian Email Manager 6.2.3 SDK Help File
Returns a data reader. Dispose must be called to cleanup command and connection after reader has been disposed.

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

Syntax
public IDataReader ExecuteReader(
	string connectionString,
	string storedProcedureName,
	int commandTimeout = 30
)

Parameters

connectionString
Type: SystemString
storedProcedureName
Type: SystemString
commandTimeout (Optional)
Type: SystemInt32

Return Value

Type: IDataReader

Implements

IProcedureReaderExecuteReader(String, String, Int32)
See Also