EntityMetadataCollection Class

Definition

Defines a collection of EntityMetadata

public ref class EntityMetadataCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Metadata::EntityMetadata ^>
[System.Runtime.Serialization.CollectionDataContract(Name="EntityMetadataCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class EntityMetadataCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Metadata.EntityMetadata>
[<System.Runtime.Serialization.CollectionDataContract(Name="EntityMetadataCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type EntityMetadataCollection = class
    inherit DataCollection<EntityMetadata>
Public NotInheritable Class EntityMetadataCollection
Inherits DataCollection(Of EntityMetadata)
Inheritance
EntityMetadataCollection
Attributes

Constructors

EntityMetadataCollection()

Initializes a new instance of the EntityMetadataCollection class.

Methods

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the DataCollection.

(Inherited from DataCollection<T>)
AddRange(T[])

Adds the elements of the specified collection to the end of the DataCollection<T>.

(Inherited from DataCollection<T>)
ToArray()

Copies the elements of the DataCollection<T> to a new array.

(Inherited from DataCollection<T>)

Applies to