EdmType.GetCollectionType Method ()
Returns an instance of the CollectionType whose element type is this type.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public CollectionType GetCollectionType()
Return Value
Type: System.Data.Entity.Core.Metadata.Edm.CollectionTypeThe CollectionType object whose element type is this type.