Walter.DataTools.MsSql
ExecuteReader(String,CommandBehavior,SqlParameter[]) Method
Walter.DataTools.MsSql Assembly > Walter.DataTools.MsSql Namespace > IDatabaseTools Interface > ExecuteReader Method : ExecuteReader(String,CommandBehavior,SqlParameter[]) Method
Name of the procedure.
Provides a description of the results of the query and its effect on the database.
The parameters.
Executes the stored procedure and returns a data reader.
Syntax

Parameters

procedureName
Name of the procedure.
commandBehavior
Provides a description of the results of the query and its effect on the database.
parameters
The parameters.

Return Value

IDataReader with the data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDatabaseTools Interface
IDatabaseTools Members
Overload List