Share via


DbExpression.FromGeometry(DbGeometry) Metodo

Definizione

Crea un oggetto DbExpression che rappresenta il valore DbGeometry specificato, che potrebbe essere null.

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

Parametri

value
DbGeometry

Valore DbGeometry su cui deve basarsi l'espressione restituita.

Restituisce

Oggetto DbExpression che rappresenta il valore DbGeometry specificato.

Si applica a