Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include protected members
Include inherited members
A class that encapsulates an update on a JET_TABLEID.
The Update type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
Update | Initializes a new instance of the Update class. This automatically begins an update. The update will be cancelled if not explicitly saved. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
HasResource | Gets a value indicating whether the underlying resource is currently allocated. (Inherited from EsentResource.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Cancel | Cancel the update. |
![]() |
CheckObjectIsNotDisposed | Throw an exception if this object has been disposed. (Inherited from EsentResource.) |
![]() |
Dispose() | Dispose of this object, releasing the underlying Esent resource. (Inherited from EsentResource.) |
![]() |
Dispose(Boolean) | Called by Dispose and the finalizer. (Inherited from EsentResource.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | Finalizes an instance of the EsentResource class. (Inherited from EsentResource.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ReleaseResource | Called when the transaction is being disposed while active. This should rollback the transaction. (Overrides EsentResource.ReleaseResource().) |
![]() |
ResourceWasAllocated | Called by a subclass when a resource is allocated. (Inherited from EsentResource.) |
![]() |
ResourceWasReleased | Called by a subclass when a resource is freed. (Inherited from EsentResource.) |
![]() |
Save() | Update the tableid. |
![]() |
Save([], Int32, Int32) | Update the tableid. |
![]() |
SaveAndGotoBookmark | Update the tableid and position the tableid on the record that was modified. This can be useful when inserting a record because by default the tableid remains in its old location. |
![]() |
ToString | Returns a String that represents the current Update. (Overrides Object.ToString().) |
Top
.gif)
.gif)
.gif)