LoadedDataEventArgs.TotalEntityCount Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets the total entity count for the load operation.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public ReadOnly Property TotalEntityCount As Integer
Get
'Usage
Dim instance As LoadedDataEventArgs
Dim value As Integer
value = instance.TotalEntityCount
public int TotalEntityCount { get; }
public:
property int TotalEntityCount {
int get ();
}
member TotalEntityCount : int
function get TotalEntityCount () : int
Property Value
Type: System.Int32
The total entity count for the load operation.