Udostępnij przez


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.Entity.Core.Common.CommandTrees.DbExpression FromGeography(System.Data.Entity.Spatial.DbGeography value);
static member FromGeography : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Core.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