Freigeben über


DbGeography.FromBinary-Methode (Byte[])

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Erstellt einen neuen DbGeography-Wert auf Grundlage des angegebenen bekannten Binärwert.

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

Syntax

'Declaration
Public Shared Function FromBinary ( _
    wellKnownBinary As Byte() _
) As DbGeography
'Usage
Dim wellKnownBinary As Byte()
Dim returnValue As DbGeography 

returnValue = DbGeography.FromBinary(wellKnownBinary)
public static DbGeography FromBinary(
    byte[] wellKnownBinary
)
public:
static DbGeography^ FromBinary(
    array<unsigned char>^ wellKnownBinary
)
static member FromBinary : 
        wellKnownBinary:byte[] -> DbGeography
public static function FromBinary(
    wellKnownBinary : byte[]
) : DbGeography

Parameter

  • wellKnownBinary
    Typ: System.Byte[]
    Ein Bytearray, das eine bekannte binäre Darstellung des Geografiewerts enthält.

Rückgabewert

Typ: System.Data.Entity.Spatial.DbGeography
Ein neuer DbGeography-Wert, wie durch den bekannten binären Wert mit der Standard-Geography-Koordinatensystem-ID (SRID) ( DefaultCoordinateSystemId ) definiert.

Siehe auch

Verweis

DbGeography Klasse

FromBinary-Überladung

System.Data.Entity.Spatial-Namespace