EdmType.GetCollectionType Method ()

 

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

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public CollectionType GetCollectionType()

Return Value

Type: System.Data.Entity.Core.Metadata.Edm.CollectionType

The CollectionType object whose element type is this type.