EntityCollection Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains a collection of entity instances.
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Entities | Gets the collection of entities. |
![]() | EntityName | Gets or sets the logical name of the entity. |
![]() | ExtensionData | Gets or sets the structure that contains extra data. |
![]() | Item[Int32] | Gets or sets an item in the collection. |
![]() | MinActiveRowVersion | Gets or sets the lowest active row version value. |
![]() | MoreRecords | Gets or sets whether there are more records available. |
![]() | PagingCookie | Gets or sets the current paging information. |
![]() | TotalRecordCount | Gets the total number of records in the collection.ReturnTotalRecordCount was true when the query was executed . |
![]() | TotalRecordCountLimitExceeded | Gets or sets whether the results of the query exceeds the total record count. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright

