Condividi tramite


Proprietà DbGeography.ProviderValue

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene una rappresentazione di questo valore DbGeography specifico del provider sottostante che lo ha costruito.

Spazio dei nomi:  System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ProviderValue As Object 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Object
Rappresentazione di questo valore DbGeography.

Vedere anche

Riferimento

DbGeography Classe

Spazio dei nomi System.Data.Entity.Spatial