DbExpression.FromGeography(DbGeography) Método

Definición

Crea un objeto DbExpression que representa el valor DbGeography especificado, que puede ser 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

Parámetros

value
DbGeography

Valor DbGeography en el que se debe basar la expresión devuelta.

Devoluciones

DbExpression que representa el valor DbGeography especificado.

Se aplica a