EntityCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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))