5 references to AsText
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
259_key.Append(geometry.AsText());
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
120yield return GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.AsText()); 200result.Add(GetInstanceMethod((System.Data.Spatial.DbGeometry geo) => geo.AsText()), "AsText");
System\Data\SqlClient\IDbSpatialValue.cs (1)
192?? NullIfNotImplemented(geom => geom.AsText()); // better than nothing if the provider doesn't support AsTextIncludingElevationAndMeasure
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
584/// <remarks>The <paramref name="stringValue"/> must be in the format returned by <see cref="DbGeometry.AsText()"/> method.</remarks>