Gets a value indicating whether the EntityManager is currently initializing its entity collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
public bool IsInitializingEntities { get; internal set; }
Visual Basic (Declaration)
Public Property IsInitializingEntities As Boolean

See Also