다음을 통해 공유


DbExpression.FromGeography(DbGeography) 메서드

정의

null이 될 수 있는 지정된 DbExpression 값을 나타내는 DbGeography을 만듭니다.

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

매개 변수

value
DbGeography

반환된 식이 기반으로 하는 DbGeography 값입니다.

반환

지정된 DbGeography 값을 나타내는 DbExpression입니다.

적용 대상