SqlGeometry.IsNull Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the SqlGeometry object is null.
public bool IsNull { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.IsNull : bool
Public ReadOnly Property IsNull As Boolean
Property Value
A bool value that indicates whether the object is null. If true, the object is null. Otherwise, false.
Implements
- Attributes