1 write to SqlInt32Type
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
179this.SqlInt32Type = this.SqlCharsType.Assembly.GetType("System.Data.SqlTypes.SqlInt32", throwOnError: true);
3 references to SqlInt32Type
System.Data.Entity (3)
System\Data\SqlClient\SqlTypesAssembly.cs (3)
218this.sqlInt32ToInt = Expressions.Lambda<object, int>("sqlInt32Value", sqlInt32Val => sqlInt32Val.ConvertTo(this.SqlInt32Type).ConvertTo<int>()).Compile(); 222sqlInt32Val.ConvertTo(this.SqlInt32Type).Property<bool>("IsNull") 224.Else(sqlInt32Val.ConvertTo(this.SqlInt32Type).ConvertTo<int>().ConvertTo<int?>())).Compile();