Click or drag to resize
LLBLGenProDataSourceBaseASPNetCacheDuration Property
Gets or sets the duration in minutes the state data is stored in the ASP.NET cache in between page postbacks. Only valid if CacheLocation is set to ASPNetCache.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[DefaultValueAttribute(20)]
public int ASPNetCacheDuration { get; set; }

Property Value

Type: Int32
See Also