Property IsLocal
IsLocal
Gets a value indicating whether "loading" (fetching the data) can be accomplished without using the network.
Declaration
public bool IsLocal { get; }
Property Value
Type | Description |
---|---|
System.Boolean | Indicates whether "loading" (fetching the data) can be accomplished without using the network. |
Remarks
This is true
if data needs to be pulled from a database and false
if loading causes a network request.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |