1 write to geometryAsTextZMAsSqlChars
System.Data.Entity (1)
System\Data\SqlClient\SqlTypesAssembly.cs (1)
233
this.
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)
408
object chars = this.
geometryAsTextZMAsSqlChars
(sqlGeometryValue);