DbExpression.FromGeometry(DbGeometry) Metodo

Definizione

Crea un oggetto DbExpression che rappresenta il valore specificato DbGeometry , che può 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 essere basata l'espressione restituita.

Valori restituiti

Oggetto DbExpression che rappresenta il valore DbGeometry specificato.

Si applica a