DbGeometry.WellKnownValue Property
Gets or sets a data contract serializable well known representation of this DbGeometry value.
Assembly: EntityFramework (in EntityFramework.dll)
[DataMemberAttribute(Name = "Geometry")] public DbGeometryWellKnownValue WellKnownValue { get; set; }
Property Value
Type: System.Data.Entity.Spatial.DbGeometryWellKnownValueA data contract serializable well known representation of this DbGeometry value.