EntityReferenceCollection Constructors

Definition

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.

Applies to