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

DbMaintenanceViewModel<(Of <(<'TEntity>)>)>..::..ChangingEntity Property

Gets a value indicating whether the base entity is loading from the database or is being cleared.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


protected bool ChangingEntity { get; set; }
Protected Property ChangingEntity As Boolean
	Get
	Set
protected:
property bool^ ChangingEntity {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if loading from the database or clearing; otherwise, false.