1 write to geometryAsTextZMAsSqlChars
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
233this.geometryAsTextZMAsSqlChars = Expressions.Lambda<object, object>("sqlGeometryValue", sqlGeometryValue => sqlGeometryValue.ConvertTo(this.SqlGeometryType).Call("AsTextZM")).Compile();
1 reference to geometryAsTextZMAsSqlChars
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
408object chars = this.geometryAsTextZMAsSqlChars(sqlGeometryValue);