1 write to geographyAsTextZMAsSqlChars
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
232this.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)
395object chars = this.geographyAsTextZMAsSqlChars(sqlGeographyValue);