Udostępnij za pośrednictwem


DbExpression.FromGeography(DbGeography) Metoda

Definicja

Tworzy obiekt DbExpression reprezentujący określoną DbGeography wartość, która może mieć wartość 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

Parametry

value
DbGeography

Wartość dbGeography, na której powinno być oparte zwrócone wyrażenie.

Zwraca

Element DbExpression reprezentujący określoną wartość DbGeography.

Dotyczy