Visual Basic (Declaration) | |
---|---|
Public Overloads Function ExecuteReader( _ ByVal commandBehavior As CommandBehavior, _ ByVal commandType As CommandType, _ ByVal commandText As String, _ ByVal parameters As IEnumerable(Of Object) _ ) As IDataReader |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Dac Dim commandBehavior As CommandBehavior Dim commandType As CommandType Dim commandText As String Dim parameters As IEnumerable(Of Object) Dim value As IDataReader value = instance.ExecuteReader(commandBehavior, commandType, commandText, parameters) |
C# | |
---|---|
public IDataReader ExecuteReader( CommandBehavior commandBehavior, CommandType commandType, string commandText, IEnumerable<object> parameters ) |
C++/CLI | |
---|---|
public: IDataReader^ ExecuteReader( CommandBehavior commandBehavior, CommandType commandType, String^ commandText, IEnumerable<Object^>^ parameters ) |
Parameters
- commandBehavior
- commandType
- commandText
- parameters
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