2 overrides of GetDimension
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
267
public override int
GetDimension
(DbGeography geographyValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
185
public override int
GetDimension
(System.Data.Spatial.DbGeography geographyValue)
1 reference to GetDimension
System.Data.Entity (1)
System\Data\Spatial\DbGeography.cs (1)
385
public int Dimension { get { return this.spatialSvcs.
GetDimension
(this); } }