3 references to Call
System.Data.Entity (3)
System\Data\SqlClient\SqlTypesAssembly.cs (3)
203
this.sqlCharsToString = Expressions.Lambda<object, string>("sqlCharsValue", sqlCharsVal => sqlCharsVal.ConvertTo(this.SqlCharsType).
Call
("ToSqlString").Property<string>("Value")).Compile();
232
this.geographyAsTextZMAsSqlChars = Expressions.Lambda<object, object>("sqlGeographyValue", sqlGeographyValue => sqlGeographyValue.ConvertTo(this.SqlGeographyType).
Call
("AsTextZM")).Compile();
233
this.geometryAsTextZMAsSqlChars = Expressions.Lambda<object, object>("sqlGeometryValue", sqlGeometryValue => sqlGeometryValue.ConvertTo(this.SqlGeometryType).
Call
("AsTextZM")).Compile();