Xceed.Silverlight.Data.v2.0 Assembly > Xceed.Silverlight.Data Namespace > SimpleSyncIndexDataSourceProvider Class > GetRange Method : GetRange(Int64,Int32) Method |
'Declaration Protected Overloads MustOverride Function GetRange( _ ByVal index As Long, _ ByVal count As Integer _ ) As IEnumerable
'Usage Dim instance As SimpleSyncIndexDataSourceProvider Dim index As Long Dim count As Integer Dim value As IEnumerable value = instance.GetRange(index, count)
protected abstract IEnumerable GetRange( long index, int count )
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family