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

FieldDefinition..::..UpdateOnly Property

Gets a value indicating whether [update only].

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

Syntax


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

Field Value

true if [update only]; otherwise, false.