Share via


EntityCollection<TEntity>.Count Property

Definition

Gets the number of objects that are contained in the collection.

public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

The number of elements that are contained in the EntityCollection<TEntity> .

Implements

Applies to