SqlSpatialServices.GetIsValid Method (DbGeometry)

 

Returns a nullable Boolean value that whether the given DbGeometry value is valid.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

public override bool GetIsValid(
	DbGeometry geometryValue
)

Parameters

geometryValue
Type: System.Data.Entity.Spatial.DbGeometry

The geometry value.

Return Value

Type: System.Boolean

true if the given DbGeometry value is valid; otherwise, false.