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

LookupAddViewArgs..::..NewRecordPrimaryKeyValue Property

Gets the new record's primary key value object. Used to add a new record in a Db maintenance window with multiple primary key fields.

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

Syntax


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

Field Value

The new record primary key value.