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

LookupDefinitionBase..::..KeyColumn Property

Gets the key column.

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

Syntax


public LookupColumnDefinitionBase KeyColumn { get; set; }
Public Property KeyColumn As LookupColumnDefinitionBase
	Get
	Set
public:
property LookupColumnDefinitionBase^ KeyColumn {
	LookupColumnDefinitionBase^ get ();
	void set (LookupColumnDefinitionBase^ value);
}

Field Value

The key column.