2 overrides of GetIsSimple
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
646
public override bool
GetIsSimple
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
613
public override bool
GetIsSimple
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to GetIsSimple
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
410
public bool IsSimple { get { return this.spatialSvcs.
GetIsSimple
(this); } }