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:
property int Count {
	virtual int get() sealed;
}

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: