If set to true, records with already used primary keys will be skipped and the copying process will continue.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public bool IgnorePrimaryKeyViolation { get; set; } |
Visual Basic |
---|
Public Property IgnorePrimaryKeyViolation As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool IgnorePrimaryKeyViolation {
bool get ();
void set (bool value);
} |
Field Value
true if [ignore primary key violation]; otherwise,
false.
See Also