DbGeography.AsBinary-Methode
[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.]
Generiert die bekannte binäre Darstellung dieses DbGeography-Werts.
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Function AsBinary As Byte()
'Usage
Dim instance As DbGeography
Dim returnValue As Byte()
returnValue = instance.AsBinary()
public byte[] AsBinary()
public:
array<unsigned char>^ AsBinary()
member AsBinary : unit -> byte[]
public function AsBinary() : byte[]
Rückgabewert
Typ: System.Byte[]
Die bekannte binäre Darstellung dieses DbGeography-Werts.