Share via


DataCommand.Execute Method (String)

Executes a specified command and returns read-only results.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Function Execute ( _
    command As String _
) As IVsDataReader
public IVsDataReader Execute(
    string command
)
public:
virtual IVsDataReader^ Execute(
    String^ command
) sealed
abstract Execute : 
        command:string -> IVsDataReader  
override Execute : 
        command:string -> IVsDataReader
public final function Execute(
    command : String
) : IVsDataReader

Parameters

  • command
    Type: System.String

    A command to execute that is specific to a data source.

Return Value

Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader
An IVsDataReader object, which provides a forward-only, read-only stream from the data source.

Implements

IVsDataCommand.Execute(String)

Exceptions

Exception Condition
ArgumentNullException

The command parameter is nulla null reference (Nothing in Visual Basic).

Remarks

Note

Other exceptions that occur indicate that the execution failed for a provider-specified reason.

.NET Framework Security

See Also

Reference

DataCommand Class

Execute Overload

Microsoft.VisualStudio.Data.Framework Namespace

DataCommandType