IDataRecordChanger Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |