Freigeben über


DbExpression.FromGeography-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.]

Erstellt ein DbExpression, das den angegebenen DbGeography-Wert darstellt, der möglicherweise null ist.

Namespace:  System.Data.Entity.Core.Common.CommandTrees
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Shared Function FromGeography ( _
    value As DbGeography _
) As DbExpression
'Usage
Dim value As DbGeography 
Dim returnValue As DbExpression 

returnValue = DbExpression.FromGeography(value)
public static DbExpression FromGeography(
    DbGeography value
)
public:
static DbExpression^ FromGeography(
    DbGeography^ value
)
static member FromGeography : 
        value:DbGeography -> DbExpression
public static function FromGeography(
    value : DbGeography
) : DbExpression

Parameter

Rückgabewert

Typ: System.Data.Entity.Core.Common.CommandTrees.DbExpression
Ein DbExpression, das den angegebenen DbGeography-Wert darstellt.

Siehe auch

Verweis

DbExpression Klasse

System.Data.Entity.Core.Common.CommandTrees-Namespace