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.10.0.0 (5.10.0)
Syntax[DefaultValueAttribute(20)]
public int ASPNetCacheDuration { get; set; }<DefaultValueAttribute(20)>
Public Property ASPNetCacheDuration As Integer
	Get
	Set
Property Value
Type: 
Int32
See Also