MetaAccessor.HasLoadedValue Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies whether the instance has a value loaded from a deferred source.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- instance
- Type: System.Object
The instance being looked at.
Return Value
Type: System.Booleantrue if the instance currently has a value loaded from a deferred source; otherwise, false.
Show: