ExecuteReader(IDbConnection,CommandType,String) Method
Syntax
'Declaration
Public Overloads Shared Function ExecuteReader( _
ByVal _connection_ As IDbConnection, _
ByVal _commandType_ As CommandType, _
ByVal _commandText_ As String _
) As IDataReader
public static IDataReader ExecuteReader(
IDbConnection _connection_,
CommandType _commandType_,
string _commandText_
)
Parameters
connection
commandType
commandText
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family