DbExpression.FromGeography(DbGeography) Metodo

Definizione

Crea un oggetto DbExpression che rappresenta il valore specificato DbGeography , che può essere Null.

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromGeography(System::Data::Spatial::DbGeography ^ value);
public static System.Data.Common.CommandTrees.DbExpression FromGeography(System.Data.Spatial.DbGeography value);
static member FromGeography : System.Data.Spatial.DbGeography -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromGeography (value As DbGeography) As DbExpression

Parametri

value
DbGeography

Valore DbGeography su cui deve essere basata l'espressione restituita.

Valori restituiti

Oggetto DbExpression che rappresenta il valore DbGeography specificato.

Si applica a