Share via


DbExpression.FromGeometry(DbGeometry) 메서드

정의

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

public:
 static System::Data::Common::CommandTrees::DbExpression ^ FromGeometry(System::Data::Spatial::DbGeometry ^ value);
public static System.Data.Common.CommandTrees.DbExpression FromGeometry (System.Data.Spatial.DbGeometry value);
static member FromGeometry : System.Data.Spatial.DbGeometry -> System.Data.Common.CommandTrees.DbExpression
Public Shared Function FromGeometry (value As DbGeometry) As DbExpression

매개 변수

value
DbGeometry

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

반환

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

적용 대상