EntityReferenceCollection 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
EntityReferenceCollection() |
Initializes a new instance of the EntityReferenceCollection class. |
EntityReferenceCollection(IList<EntityReference>) |
Initializes a new instance of the EntityReferenceCollection class setting the list of entity references. |
EntityReferenceCollection()
Initializes a new instance of the EntityReferenceCollection class.
public:
EntityReferenceCollection();
public EntityReferenceCollection ();
Public Sub New ()
Applies to
EntityReferenceCollection(IList<EntityReference>)
Initializes a new instance of the EntityReferenceCollection class setting the list of entity references.
public:
EntityReferenceCollection(System::Collections::Generic::IList<Microsoft::Xrm::Sdk::EntityReference ^> ^ list);
public EntityReferenceCollection (System.Collections.Generic.IList<Microsoft.Xrm.Sdk.EntityReference> list);
new Microsoft.Xrm.Sdk.EntityReferenceCollection : System.Collections.Generic.IList<Microsoft.Xrm.Sdk.EntityReference> -> Microsoft.Xrm.Sdk.EntityReferenceCollection
Public Sub New (list As IList(Of EntityReference))
Parameters
- list
- IList<EntityReference>
EntityReference>. A list of entity references.