2 overrides of GetIsValid
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
651
public override bool
GetIsValid
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
629
public override bool
GetIsValid
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to GetIsValid
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
415
public bool IsValid { get { return this.spatialSvcs.
GetIsValid
(this); } }