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