Xceed.Silverlight.Data.v2.0 Assembly > Xceed.Silverlight.Data Namespace > SimpleSyncIndexDataSourceProvider Class : GetCount Method |
'Declaration Protected Overridable Function GetCount( _ ByVal fieldValues As IEnumerable(Of FieldValue) _ ) As Long
'Usage Dim instance As SimpleSyncIndexDataSourceProvider Dim fieldValues As IEnumerable(Of FieldValue) Dim value As Long value = instance.GetCount(fieldValues)
protected virtual long GetCount( IEnumerable<FieldValue> fieldValues )
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family