OperationMode.CachedWithImmediateRefresh Property
Indicates that the item should be read from the external system if available, and the cache should be refreshed.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CachedWithImmediateRefresh As OperationMode
Get
'Usage
Dim value As OperationMode
value = OperationMode.CachedWithImmediateRefresh
public static OperationMode CachedWithImmediateRefresh { 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.