BusinessLogicCommand.ExecuteReader 메서드 (CommandBehavior)
Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior.
네임스페이스: Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리: Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
구문
‘선언
Public Function ExecuteReader ( _
behavior As CommandBehavior _
) As IDataReader
‘사용 방법
Dim instance As BusinessLogicCommand
Dim behavior As CommandBehavior
Dim returnValue As IDataReader
returnValue = instance.ExecuteReader(behavior)
public IDataReader ExecuteReader(
CommandBehavior behavior
)
public:
virtual IDataReader^ ExecuteReader(
CommandBehavior behavior
) sealed
abstract ExecuteReader :
behavior:CommandBehavior -> IDataReader
override ExecuteReader :
behavior:CommandBehavior -> IDataReader
public final function ExecuteReader(
behavior : CommandBehavior
) : IDataReader
매개 변수
- behavior
유형: System.Data.CommandBehavior
The behavior.
반환 값
유형: System.Data.IDataReader
A data reader.
구현
IDbCommand.ExecuteReader(CommandBehavior)