Freigeben über


BusinessLogicCommand.ExecuteReader-Methode

Executes the CommandText against the Connection, and returns an IDataReader.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Function ExecuteReader As IDataReader
'Usage
Dim instance As BusinessLogicCommand 
Dim returnValue As IDataReader 

returnValue = instance.ExecuteReader()
public IDataReader ExecuteReader()
public:
virtual IDataReader^ ExecuteReader() sealed
abstract ExecuteReader : unit -> IDataReader  
override ExecuteReader : unit -> IDataReader
public final function ExecuteReader() : IDataReader

Rückgabewert

Typ: System.Data.IDataReader
A data reader.

Implementiert

IDbCommand.ExecuteReader()

Siehe auch

Verweis

BusinessLogicCommand Klasse

ExecuteReader-Überladung

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace