COTable<T> Class Members

  1. 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.
  2. 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.

  3. 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