OperationMode.CachedWithoutRefresh Property
Indicates that the item should be read from the cache if it is available.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CachedWithoutRefresh As OperationMode
Get
'Usage
Dim value As OperationMode
value = OperationMode.CachedWithoutRefresh
public static OperationMode CachedWithoutRefresh { get; }
Property Value
Type: Microsoft.BusinessData.Runtime.OperationMode
The operation mode of the item.
Remarks
If it is not read from the cache, the item will be read from the external system and will be cached. All other properties of the operation mode will be the default values.