Ignores any lines which contain duplicate primary key. True by default.

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public bool SurpressDups { get; set; }
Visual Basic (Declaration)
Public Property SurpressDups As Boolean
Visual C++
public:
property bool SurpressDups {
	bool get ();
	void set (bool value);
}

See Also