Link<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:
property bool HasValue {
	bool get();
}

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: