IProcedureReaderExecuteReader Method (String, String, Int32)

Alterian Email Manager 6.2.3 SDK Help File
Execute a data reader

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

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

Parameters

connectionString
Type: SystemString
storedProcedureName
Type: SystemString
commandTimeout (Optional)
Type: SystemInt32
Defaulted to 30 seconds (as the SqlCommand default value)

Return Value

Type: IDataReader
See Also