IDataRecordSet Interface

Definition

public interface class IDataRecordSet : Microsoft::HostIntegration::MsHostFileClient::IUpdateableDataRecord, System::Data::IDataRecord
public interface IDataRecordSet : Microsoft.HostIntegration.MsHostFileClient.IUpdateableDataRecord, System.Data.IDataRecord
type IDataRecordSet = interface
    interface IUpdateableDataRecord
    interface IDataRecord
Public Interface IDataRecordSet
Implements IDataRecord, IUpdateableDataRecord
Derived
Implements

Properties

Item[Int32] (Inherited from IUpdateableDataRecord)
Item[String] (Inherited from IUpdateableDataRecord)
Position
RecordsCount
State (Inherited from IUpdateableDataRecord)

Methods

AddNew() (Inherited from IUpdateableDataRecord)
Delete() (Inherited from IUpdateableDataRecord)
GetRecordSet(Int32) (Inherited from IUpdateableDataRecord)
GetValue(Int32, DataRecordVersion) (Inherited from IUpdateableDataRecord)
SetValue(Int32, Object) (Inherited from IUpdateableDataRecord)
Update() (Inherited from IUpdateableDataRecord)

Applies to