EntityCollection Class
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.
Contains a collection of entity instances.
public ref class EntityCollection sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="EntityCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class EntityCollection : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="EntityCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type EntityCollection = class
interface IExtensibleDataObject
Public NotInheritable Class EntityCollection
Implements IExtensibleDataObject
- Inheritance
-
EntityCollection
- Attributes
- Implements
Constructors
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. |
Properties
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 |
TotalRecordCountLimitExceeded |
Gets or sets whether the results of the query exceeds the total record count. |