EntityCollection<TEntity> Constructor
Include Protected Members
Include Inherited Members
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Initializes a new instance of EntityCollection<TEntity>.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
EntityCollection<TEntity>(Entity, String, Func<TEntity, Boolean>) | Initializes a new instance of the EntityCollection<TEntity> class with the specified parent, name of the collection on the parent, and filter function. |
![]() |
EntityCollection<TEntity>(Entity, String, Func<TEntity, Boolean>, Action<TEntity>, Action<TEntity>) | Initializes a new instance of the EntityCollection<TEntity> class with the specified parent, name of the collection on the parent, and functions for filtering, attaching, and detaching. |
Top