IUpdateableDataRecord 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 IUpdateableDataRecord : System::Data::IDataRecord
public interface IUpdateableDataRecord : System.Data.IDataRecord
type IUpdateableDataRecord = interface
interface IDataRecord
Public Interface IUpdateableDataRecord
Implements IDataRecord
- Derived
- Implements
Properties
| Item[Int32] | |
| Item[String] | |
| State |
Methods
| AddNew() | |
| Delete() | |
| GetRecordSet(Int32) | |
| GetValue(Int32, DataRecordVersion) | |
| SetValue(Int32, Object) | |
| Update() |