Link(Of T).HasValue Property

 

Gets a value that specifies whether the source has a value.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Public ReadOnly Property HasValue As Boolean

Property Value

Type: System.Boolean

Returns true if the source has an assigned or loaded value (including null).

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: