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

FieldDefinition..::..GeneratedKey Property

Gets a value indicating whether [generated key].

Namespace:  RingSoft.DbLookup.ModelDefinition.FieldDefinitions
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


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

Field Value

true if [generated key]; otherwise, false.