SpatialEdmFunctions.IsSimpleGeometry(DbExpression) Yöntem

Tanım

DbFunctionExpression Edm.Geometry sonuç türüne sahip olması gereken belirtilen bağımsız değişkenle kurallı 'IsSimpleGeometry' işlevini çağıran bir oluşturur. İfadenin sonuç türü Edm.Boole değeridir.

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

Parametreler

geometryValue
DbExpression

Geometri değeri.

Döndürülenler

GeometryValue değerinin basit bir geometri olup olmadığını belirten bir Boole değeri döndüren yeni bir DbFunctionExpression.

Şunlara uygulanır