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

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

Gets a value indicating whether this process has changed the data source.

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

Syntax


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

Field Value

true if records changed; otherwise, false.