5 references to EnumType
System.Data.Entity (5)
System\Data\Metadata\Edm\MetadataItem_Static.cs (5)
40
_builtInTypes[(int)BuiltInTypeKind.CollectionKind] = new
EnumType
();
44
_builtInTypes[(int)BuiltInTypeKind.OperationAction] = new
EnumType
();
61
_builtInTypes[(int)BuiltInTypeKind.ParameterMode] = new
EnumType
();
63
_builtInTypes[(int)BuiltInTypeKind.PrimitiveTypeKind] = new
EnumType
();
69
_builtInTypes[(int)BuiltInTypeKind.RelationshipMultiplicity] = new
EnumType
();