SpatialEdmFunctions.EndPoint(DbExpression) Metódus

Definíció

Létrehoz egy olyan parancsot DbFunctionExpression , amely meghívja a canonical 'EndPoint' függvényt a megadott argumentummal, amelynek Edm.Geography vagy Edm.Geometry eredménytípussal kell rendelkeznie. Az eredmény típusa megegyezik a következő eredménytípussal spatialValue: .

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ EndPoint(System::Data::Common::CommandTrees::DbExpression ^ spatialValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression EndPoint(this System.Data.Common.CommandTrees.DbExpression spatialValue);
static member EndPoint : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function EndPoint (spatialValue As DbExpression) As DbFunctionExpression

Paraméterek

spatialValue
DbExpression

Egy kifejezés, amely megadja azt a térbeli görbeértéket, amelyből a végpontot le kell kérni.

Válaszok

Egy új DbFunctionExpression, amely a végpontot spatialValue adja vissza, vagy null ha spatialValue nem görbe.

Kivételek

spatialValue

spatialValue

A következőre érvényes: