EntityCollection Constructor (IList<Entity>)
Applies To: Dynamics CRM 2015
Initializes a new instance of the EntityCollection class setting the list of entities.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public EntityCollection(
IList<Entity> list
)
public:
EntityCollection(
IList<Entity^>^ list
)
new :
list:IList<Entity> -> EntityCollection
Public Sub New (
list As IList(Of Entity)
)
Parameters
list
Type: System.Collections.Generic.IList<Entity>
See Also
EntityCollection Overload
EntityCollection Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright