Data Port Sync 1.0.500

JetExport Methods

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

Public Instance Methods

CountRows Counts the number of rows in an Access table.
CreateForeignKeys Creates the FOREIGN KEY constraints on the target table
CreateIndexes Creates the indexes of the Jet table on the SQL CE table
CreateTable Creates the image of a JetTable on a SQL CE database.
CreateTrackIndexes Creates PRIMARY KEY constraints and INDEXes on the device database tracking tables.
CreateTrackTables Creates the data tracking tables on the device database.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
ExportDatabase Exports a Jet database to a SQL CE database.
ExportTable Exports a single table from a Jet database to a SQL CE database. Does not create the table on the SQL CE database.
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.
OverrideIdentity Overrides all IDENTITY columns in all exported tables.
SaveTableIdentity Saves the IDENTITY properties of all tables to the device's MSysSyncTables
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

JetExport Class | Primeworks.DataPortSync.Jet Namespace