Data Port Sync 1.0.500

JetDatabase Methods

The methods of the JetDatabase class are listed below. For a complete list of JetDatabase class members, see the JetDatabase Members topic.

Public Instance Methods

AbortTransaction Aborts a transaction.
AlterIdentity Alters the identity properties of a given table.
BeginTransaction Begins a transaction.
Close Closes the database.
CommitTransaction Commits a transaction.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
LoadSchema Loads the JET database schema.
LoadTrackedTables Loads the tracked table collection.
NewMergeSettings Creates a new MergeSettings object based on the database schema.
Open Opens the database.
Prepare Prepares the Access database for synchronization.
RefreshSchema Loads the database schema from the native layer without re-querying the database.
TagSchema Tags the schema according to thegiven options.
TagTableOverloaded. Tags a table given its name.
ToString (inherited from Object)Returns a String that represents the current Object.
Unprepare Restores a prepared Access database to the "unprepared" state.

Protected Instance Methods

Dispose Releases the unmanaged resources.
Finalize Finalizer.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

JetDatabase Class | Primeworks.DataPortSync.Jet Namespace