2 types derived from SimpleType
System.Data.Entity (2)
System\Data\Metadata\Edm\EnumType.cs (1)
19
public class EnumType :
SimpleType
System\Data\Metadata\Edm\PrimitiveType.cs (1)
21
public sealed class PrimitiveType :
SimpleType
2 references to SimpleType
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
355
bool isColumnSimpleType = (column.EdmType as System.Data.Metadata.Edm.
SimpleType
) != null;
System\Data\Metadata\EdmValidator.cs (1)
505
private void ValidateSimpleType(
SimpleType
item, List<EdmItemError> errors, HashSet<MetadataItem> validatedItems)