This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
|
DataServiceCollection<T>() |
Creates a new instance of the DataServiceCollection<T> class with automatic change tracking enabled. |
|
DataServiceCollection<T>(DataServiceContext) |
Creates a new instance of the DataServiceCollection<T> class that uses the specified DataServiceContext. |
|
DataServiceCollection<T>(IEnumerable<T>) |
Creates a new instance of the DataServiceCollection<T> class based on query execution. |
|
DataServiceCollection<T>(IEnumerable<T>, TrackingMode) |
Creates a new instance of the DataServiceCollection<T> class based on query execution and with the specified tracking mode. |
|
DataServiceCollection<T>(DataServiceContext, String, Func<EntityChangedParams, Boolean>, Func<EntityCollectionChangedParams, Boolean>) |
Creates a new instance of the DataServiceCollection<T> class with the supplied change method delegates and that uses the specified DataServiceContext. |
|
DataServiceCollection<T>(IEnumerable<T>, TrackingMode, String, Func<EntityChangedParams, Boolean>, Func<EntityCollectionChangedParams, Boolean>) |
Creates a new instance of the DataServiceCollection<T> class a based on query execution and with the supplied change method delegates. |
|
DataServiceCollection<T>(DataServiceContext, IEnumerable<T>, TrackingMode, String, Func<EntityChangedParams, Boolean>, Func<EntityCollectionChangedParams, Boolean>) |
Creates a new instance of the DataServiceCollection<T> class a based on query execution, with the supplied change method delegates, and that uses the supplied DataServiceContext. |
Top