UpdateableDataRecord Class

Definition

public ref class UpdateableDataRecord abstract : System::Data::Common::DbDataReader, Microsoft::HostIntegration::MsHostFileClient::IUpdateableDataRecord
public abstract class UpdateableDataRecord : System.Data.Common.DbDataReader, Microsoft.HostIntegration.MsHostFileClient.IUpdateableDataRecord
type UpdateableDataRecord = class
    inherit DbDataReader
    interface IUpdateableDataRecord
    interface IDataRecord
Public MustInherit Class UpdateableDataRecord
Inherits DbDataReader
Implements IUpdateableDataRecord
Inheritance
UpdateableDataRecord
Derived
Implements

Properties

FieldCount
Item[Int32, DataRecordVersion]
Item[Int32]
Item[String, DataRecordVersion]
Item[String]
State

Methods

AddNew()
Delete()
FillRow(DataRow, DataTableMappingCollection, DataColumnMappingCollection, SchemaType, MissingSchemaAction, MissingMappingAction)
FillSchema(String, ICollection<DataTable>, DataSet, DataTableMappingCollection, SchemaType, MissingMappingAction, DataColumnMappingCollection)
GetBoolean(Int32)
GetByte(Int32)
GetBytes(Int32, Int64, Byte[], Int32, Int32)
GetChar(Int32)
GetChars(Int32, Int64, Char[], Int32, Int32)
GetData(Int32)
GetDataTypeName(Int32)
GetDateTime(Int32)
GetDecimal(Int32)
GetDouble(Int32)
GetFieldType(Int32)
GetFloat(Int32)
GetGuid(Int32)
GetInt16(Int32)
GetInt32(Int32)
GetInt64(Int32)
GetName(Int32)
GetOrdinal(String)
GetRecordSet(Int32)
GetSchemaTable(String)
GetString(Int32)
GetValue()
GetValue(Int32)
GetValue(Int32, DataRecordVersion)
GetValues(Object[])
IsDBNull(Int32)
LoadRow(DataRow, DataTableMappingCollection, DataColumnMappingCollection, SchemaType, MissingSchemaAction, MissingMappingAction)
SetValue(Int32, Object)
SetValue(Object)
Update()

Explicit Interface Implementations

IUpdateableDataRecord.Item[Int32]
IUpdateableDataRecord.Item[String]

Applies to