Anmelden

.NET Framework Class Library
ImportModes Enumeration
SeeAlso Send Feedback

how to handle existing data during table syncronisation

Namespace: Nsoft.DataAccess.Sync
Assembly: Nsoft.DataAccess.Sync (in Nsoft.DataAccess.Sync.exe)

Syntax

Visual Basic (Declaration)
Public Enumeration ImportModes
C#
public enum ImportModes
Visual C++
public enum class ImportModes
JavaScript
Nsoft.DataAccess.Sync.ImportModes = function();
Nsoft.DataAccess.Sync.ImportModes.createEnum('Nsoft.DataAccess.Sync.ImportModes', false);

Members

Member nameDescription
None
do not overwrite the object
Export
delete all data from target table before copy
Delete
delete all data from target table before copy
Complete
add only records which not belong to target table. Existing record are not chenged.
Replace
replace all data, but let data exist, which not belong to source data (by primary key)

See Also

Overview of namespaces
   
Top

Wir arbeiten mit Software von http://www.campus21.de.

Verantwortlich für angezeigte Daten ist der Webdomain-Eigentümer laut Impressum.

Suche