3 references to CollectionKind
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (1)
122if (!(property.Type is ScalarType || property.Type is SchemaEnumType) || (property.CollectionKind != CollectionKind.None))
System\Data\Metadata\Converter.cs (2)
740if (somProperty.CollectionKind != CollectionKind.None) 1320Facet newFacet = Facet.Create(MetadataItem.CollectionKindFacetDescription, somProperty.CollectionKind);