EntityCollection Constructors

Definition

Overloads

EntityCollection()

Initializes a new instance of the EntityCollection class.

EntityCollection(IList<Entity>)

Initializes a new instance of the EntityCollection class setting the list of entities.

EntityCollection()

Initializes a new instance of the EntityCollection class.

public:
 EntityCollection();
public EntityCollection ();
Public Sub New ()

Applies to

EntityCollection(IList<Entity>)

Initializes a new instance of the EntityCollection class setting the list of entities.

public:
 EntityCollection(System::Collections::Generic::IList<Microsoft::Xrm::Sdk::Entity ^> ^ list);
public EntityCollection (System.Collections.Generic.IList<Microsoft.Xrm.Sdk.Entity> list);
new Microsoft.Xrm.Sdk.EntityCollection : System.Collections.Generic.IList<Microsoft.Xrm.Sdk.Entity> -> Microsoft.Xrm.Sdk.EntityCollection
Public Sub New (list As IList(Of Entity))

Parameters

list
IList<Entity>

Entity>. A list of entities.

Applies to