Click or drag to resize

ImportAttrs Enumeration

General import attributes for use with the import wizard.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ImportAttrs
Members
  Member nameValueDescription
UpdateOnly1Import does (if set in meta) or should (if specified by user) perform updates only, no inserts.
InsertOnly2Import does (if set in meta) or should (if specified by user) perform inserts only, no updates.
InsertUpdateSelectable4When import can perform inserts and/or updates, allow user to restrict operation.
ETL8The import was performed by a SQL-Server ETL (Extract-Transform-Load) package.
TrimLeft16Trim leading whitespace off all data.
TrimRight32Trim trailing whitespace off all data.
See Also