DbExpression.FromGeography(DbGeography) Metodo

Definizione

Crea un oggetto DbExpression che rappresenta il valore DbGeography specificato, che potrebbe 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 basarsi l'espressione restituita.

Restituisce

Oggetto DbExpression che rappresenta il valore DbGeography specificato.

Si applica a