4 references to AsText
System.Data.Entity (4)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
277
_key.Append(geography.
AsText
());
System\Data\Objects\ELinq\SpatialMethodCallTranslator.cs (2)
86
yield return GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.
AsText
());
166
result.Add(GetInstanceMethod((System.Data.Spatial.DbGeography geo) => geo.
AsText
()), "AsText");
System\Data\SqlClient\IDbSpatialValue.cs (1)
122
?? NullIfNotImplemented(geog => geog.
AsText
()); // better than nothing if the provider doesn't support AsTextIncludingElevationAndMeasure