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