EntitySet<TEntity>.Count Property

 

Gets the number of entities in the EntitySet<TEntity> collection.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public int Count { get; }

Property Value

Type: System.Int32

An integer representing the number of entities.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: