BusinessLogicCommand.ExecuteReader Method
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
Return Value
Type: System.Data.IDataReader
A data reader.
Implements
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace