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.LookupAssembly: 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); }