| |
COTable<T> Class Members
- Construction/Destruction
COTable: Constructs
a COTable<T> object and initializes its members.
~COTable: Destroys
a COTable<T> object and releases all the related interfaces and
allocated memories if it is still opened.
-
Methods
Add: Adds a record into
a data source.
BeginUpdate:
Prepares for updating a record into a data source.
CancelBatch:
Cancels updating a batch of records.
Delete: Delete one
or more records from a data source.
Update: Updates a
record into a data source.
UpdateBatch:
Updates a batch of records into a data source.
Close: Closes wires
to a rowset.
-
Attributes
IsDelayUpdate:
Checks if a COTable<T> uses the delay update mode to update records.
IsReadOnly:
Checks if a COTable<T> object can do update.
COTable<T> Class Overview
|