Click or drag to resize

BeforeRequeryArgsCacheDate Property

Gets/sets the cache date/time for Data when the mapper has already obtained the operational data from cache. Check DataFromCache to determine if Data was obtained from cache.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Nullable<DateTime> CacheDate { get; set; }

Property Value

Type: NullableDateTime
See Also