Gets the count of entities managed by this EntityManager. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public int Count { get; internal set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property Count As Integer

See Also