DbGeometryWellKnownValue.WellKnownBinary Property

 

Gets or sets the well known binary representation of this value.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

[DataMemberAttribute(Order = 3, IsRequired = false, EmitDefaultValue = false)]
[SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", 
	Justification = "Required for this feature")]
public byte[] WellKnownBinary {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Byte[]