SpatialEdmFunctions.IsSimpleGeometry(DbExpression) Metodo

Definizione

Crea un oggetto DbFunctionExpression che richiama la funzione 'IsSimpleGeometry' canonica con l'argomento specificato, che deve presentare un tipo di risultato Edm.Geometry. Il tipo di risultato dell'espressione è Edm.Boolean.

public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression IsSimpleGeometry(this System.Data.Entity.Core.Common.CommandTrees.DbExpression geometryValue);
static member IsSimpleGeometry : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function IsSimpleGeometry (geometryValue As DbExpression) As DbFunctionExpression

Parametri

geometryValue
DbExpression

Valore di geometria.

Restituisce

Nuovo DbFunctionExpression che restituisce un valore booleano che indica se geometryValue è una geometria semplice.

Si applica a