BusinessLogicCommand.ExecuteReader 方法

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

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Function ExecuteReader As IDataReader
用法
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

返回值

类型:System.Data.IDataReader
A data reader.

实现

IDbCommand.ExecuteReader()

请参阅

参考

BusinessLogicCommand 类

ExecuteReader 重载

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间