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

FieldFilterDefinition..::..IsPrimaryKey Property

Gets a value indicating whether this instance is primary key.

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

Syntax


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

Field Value

true if this instance is primary key; otherwise, false.