1 write to geographyAsTextZMAsSqlChars
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
232
this.
geographyAsTextZMAsSqlChars
= Expressions.Lambda<object, object>("sqlGeographyValue", sqlGeographyValue => sqlGeographyValue.ConvertTo(this.SqlGeographyType).Call("AsTextZM")).Compile();
1 reference to geographyAsTextZMAsSqlChars
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
395
object chars = this.
geographyAsTextZMAsSqlChars
(sqlGeographyValue);