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