IDataRecordChanger Interface

Definition

The IDataRecordChanger object is a Trace and Replay object that represents the current record.

public interface class IDataRecordChanger : System::Data::IDataRecord
public interface IDataRecordChanger : System.Data.IDataRecord
type IDataRecordChanger = interface
    interface IDataRecord
Public Interface IDataRecordChanger
Implements IDataRecord
Implements

Examples

Using SQL Server Profiler

Remarks

With the IDataRecordChanger object you can modify data in a trace or replay event.

Methods

SetValue(Int32, Object)

Sets a value in the specified position.

Applies to