RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AutoFillSetup..::..Distinct Property

Gets or sets a value indicating whether this AutoFill is distinct and not allow duplicate rows. Used only for Lookup Definitions who have more than 2 viewable primary key fields.

Namespace:  RingSoft.DbLookup.AutoFill
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public bool Distinct { get; set; }
Public Property Distinct As Boolean
	Get
	Set
public:
property bool^ Distinct {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if distinct; otherwise, false.