Metodo BusinessLogicCommand.ExecuteReader (CommandBehavior)
Executes the CommandText against the Connection, and returns an IDataReader using one of the CommandBehavior.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Function ExecuteReader ( _
behavior As CommandBehavior _
) As IDataReader
'Utilizzo
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
Parametri
- behavior
Tipo: System.Data.CommandBehavior
The behavior.
Valore restituito
Tipo: System.Data.IDataReader
A data reader.
Implementa
IDbCommand.ExecuteReader(CommandBehavior)
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport