Método BusinessLogicCommand.ExecuteReader
Executes the CommandText against the Connection, and returns an IDataReader.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public Function ExecuteReader As IDataReader
'Uso
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
Valor de retorno
Tipo: System.Data.IDataReader
A data reader.
Implementa
Consulte também
Referência
Namespace Microsoft.SqlServer.Replication.BusinessLogicSupport