DataServiceCollection<T> Constructor

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Creates a new instance of the DataServiceCollection<T> class with automatic change tracking enabled.

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)

Syntax

'Declaration
Public Sub New
public DataServiceCollection()

Remarks

By default, automatic change tracking is enabled for a DataServiceCollection<T>. You can create an instance of DataServiceCollection<T> that uses manual change tracking when you create an instance using a constructor that enables you to supply a value of None for TrackingMode. When you use manual tracking, you must implement INotifyPropertyChanged and INotifyCollectionChanged and handle the raised events to manually report changes to the DataServiceContext.

Automatic change tracking begins after items are loaded into the collection.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.