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

LookupContextBase..::..Initialized Property

Gets a value indicating whether this class has been initialized by the Entity Framework platform.

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

Syntax


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

Field Value

true if initialized; otherwise, false.