HostFileRecordSet Class
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.
In this article
public ref class HostFileRecordSet abstract : Microsoft::HostIntegration::MsHostFileClient::UpdateableDataRecord, Microsoft::HostIntegration::MsHostFileClient::IDataRecordSet
public abstract class HostFileRecordSet : Microsoft.HostIntegration.MsHostFileClient.UpdateableDataRecord, Microsoft.HostIntegration.MsHostFileClient.IDataRecordSet
type HostFileRecordSet = class
inherit UpdateableDataRecord
interface IDataRecordSet
interface IUpdateableDataRecord
interface IDataRecord
Public MustInherit Class HostFileRecordSet
Inherits UpdateableDataRecord
Implements IDataRecordSet
Inheritance
Implements
Properties
Methods
AddNew()
(Inherited from UpdateableDataRecord )
Delete()
(Inherited from UpdateableDataRecord )
Dispose()
FillRow(DataRow, DataTableMappingCollection, DataColumnMappingCollection, SchemaType, MissingSchemaAction, MissingMappingAction)
(Inherited from UpdateableDataRecord )
FillSchema(String, ICollection<DataTable>, DataSet, DataTableMappingCollection, SchemaType, MissingMappingAction, DataColumnMappingCollection)
(Inherited from UpdateableDataRecord )
GetBoolean(Int32)
(Inherited from UpdateableDataRecord )
GetByte(Int32)
(Inherited from UpdateableDataRecord )
GetBytes(Int32, Int64, Byte[], Int32, Int32)
(Inherited from UpdateableDataRecord )
GetChar(Int32)
(Inherited from UpdateableDataRecord )
GetChars(Int32, Int64, Char[], Int32, Int32)
(Inherited from UpdateableDataRecord )
GetData(Int32)
(Inherited from UpdateableDataRecord )
GetDataTypeName(Int32)
(Inherited from UpdateableDataRecord )
GetDateTime(Int32)
(Inherited from UpdateableDataRecord )
GetDecimal(Int32)
(Inherited from UpdateableDataRecord )
GetDouble(Int32)
(Inherited from UpdateableDataRecord )
GetFieldType(Int32)
(Inherited from UpdateableDataRecord )
GetFloat(Int32)
(Inherited from UpdateableDataRecord )
GetGuid(Int32)
GetInt16(Int32)
(Inherited from UpdateableDataRecord )
GetInt32(Int32)
(Inherited from UpdateableDataRecord )
GetInt64(Int32)
(Inherited from UpdateableDataRecord )
GetName(Int32)
(Inherited from UpdateableDataRecord )
GetOrdinal(String)
(Inherited from UpdateableDataRecord )
GetProviderType(Int32)
GetRecordSet(Int32)
(Inherited from UpdateableDataRecord )
GetSchemaTable(String)
(Inherited from UpdateableDataRecord )
GetString(Int32)
(Inherited from UpdateableDataRecord )
GetValue()
(Inherited from UpdateableDataRecord )
GetValue(Int32)
(Inherited from UpdateableDataRecord )
GetValue(Int32, DataRecordVersion)
(Inherited from UpdateableDataRecord )
GetValues(Object[])
(Inherited from UpdateableDataRecord )
InternalDispose()
IsDBNull(Int32)
(Inherited from UpdateableDataRecord )
LoadRow(DataRow, DataTableMappingCollection, DataColumnMappingCollection, SchemaType, MissingSchemaAction, MissingMappingAction)
(Inherited from UpdateableDataRecord )
MoveBottom()
MoveNext()
MovePrevious()
MoveTop()
MoveToPosition(Int32)
NextResult()
SetValue(Int32, Object)
(Inherited from UpdateableDataRecord )
SetValue(Object)
(Inherited from UpdateableDataRecord )
Update()
(Inherited from UpdateableDataRecord )
Explicit Interface Implementations
Applies to