Share via


IDataRecordChanger Members

Include Protected Members
Include Inherited Members

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

The IDataRecordChanger type exposes the following members.

Methods

  Name Description
Public method GetBoolean(Int32) (Inherited from IDataRecord.)
Public method GetByte(Int32) (Inherited from IDataRecord.)
Public method GetBytes(Int32, Int64, array<Byte[], Int32, Int32) (Inherited from IDataRecord.)
Public method GetChar(Int32) (Inherited from IDataRecord.)
Public method GetChars(Int32, Int64, array<Char[], Int32, Int32) (Inherited from IDataRecord.)
Public method GetData(Int32) (Inherited from IDataRecord.)
Public method GetDataTypeName(Int32) (Inherited from IDataRecord.)
Public method GetDateTime(Int32) (Inherited from IDataRecord.)
Public method GetDecimal(Int32) (Inherited from IDataRecord.)
Public method GetDouble(Int32) (Inherited from IDataRecord.)
Public method GetFieldType(Int32) (Inherited from IDataRecord.)
Public method GetFloat(Int32) (Inherited from IDataRecord.)
Public method GetGuid(Int32) (Inherited from IDataRecord.)
Public method GetInt16(Int32) (Inherited from IDataRecord.)
Public method GetInt32(Int32) (Inherited from IDataRecord.)
Public method GetInt64(Int32) (Inherited from IDataRecord.)
Public method GetName(Int32) (Inherited from IDataRecord.)
Public method GetOrdinal(String) (Inherited from IDataRecord.)
Public method GetString(Int32) (Inherited from IDataRecord.)
Public method GetValue(Int32) (Inherited from IDataRecord.)
Public method GetValues(array<Object[]) (Inherited from IDataRecord.)
Public method IsDBNull(Int32) (Inherited from IDataRecord.)
Public method SetValue(Int32, Object) Sets a value in the specified position.

Top

Properties

  Name Description
Public property FieldCount (Inherited from IDataRecord.)
Public property Item[Int32] (Inherited from IDataRecord.)
Public property Item[String] (Inherited from IDataRecord.)

Top