2 writes to Type
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\Symbol.cs (2)
113this.Type = type; 127this.Type = type;
5 references to Type
System.Data.Entity (5)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (5)
3404if ((sym.Type == null) || TypeSemantics.IsPrimitiveType(sym.Type)) 3480if ((symbol.Type == null) || TypeSemantics.IsPrimitiveType(symbol.Type)) 3486foreach (EdmProperty property in TypeHelpers.GetProperties(symbol.Type))