IDataRecordSet 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.
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) |