Visual Basic (Declaration) | |
---|---|
Public Overloads Function AddRangeSorted( _ ByVal items As IEnumerable(Of KeyValuePair(Of TKey,TValue)), _ ByVal allowUpdates As Boolean _ ) As Integer |
C# | |
---|---|
public int AddRangeSorted( IEnumerable<KeyValuePair<TKey,TValue>> items, bool allowUpdates ) |
Parameters
- items
- The ordered list of items to insert
- allowUpdates
- True to overwrite any existing records
Return Value
The total number of records inserted or updatedTarget Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7