DbExpression.FromGeography(DbGeography) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Null olabilecek belirtilen DbGeography değeri temsil eden bir DbExpression oluşturur.
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
Parametreler
- value
- DbGeography
Döndürülen ifadenin temel alınması gereken DbGeography değeri.
Döndürülenler
DbExpression Belirtilen DbGeography değerini temsil eden bir.