This topic has not yet been rated - Rate this topic

DataServiceCollection<T>.Add Method

July 26, 2012

Adds a new item to the collection.

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)
public void Add(
	T item
)

Parameters

item
Type: T
The entity to add to the collection.

The Add method calls

Add on the ObservableCollection<T> base class.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.