Click or drag to resize

MetaTableCacheDuration Property

Duration in seconds to keep the result DataTable in cache after a load. If 0, the table is always reloaded.

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public int CacheDuration { get; set; }

Property Value

Int32
See Also