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