DbGeography.ProviderValue-Eigenschaft
[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.]
Ruft eine Darstellung dieses DbGeography-Werts ab, der für den zugrunde liegenden Anbieter spezifisch ist, der sie erstellt hat.
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property ProviderValue As Object
Get
'Usage
Dim instance As DbGeography
Dim value As Object
value = instance.ProviderValue
public Object ProviderValue { get; }
public:
property Object^ ProviderValue {
Object^ get ();
}
member ProviderValue : Object
function get ProviderValue () : Object
Eigenschaftswert
Typ: System.Object
Eine Darstellung dieses DbGeography-Werts.