EdmType.GetCollectionType Method

Definition

Returns an instance of the CollectionType whose element type is this type.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public System.Data.Entity.Core.Metadata.Edm.CollectionType GetCollectionType ();
member this.GetCollectionType : unit -> System.Data.Entity.Core.Metadata.Edm.CollectionType
Public Function GetCollectionType () As CollectionType

Returns

The CollectionType object whose element type is this type.

Attributes

Applies to