IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > ServerSettingsElement Class : UsePersistentDbConnectionPerSession Property |
'Declaration
<DescriptionAttribute("Whether to use a single database connection per user session and keep it open for the entire session.")> <XmlAttributeAttribute("usePersistentDbConnectionPerSession")> <DefaultValueAttribute()> Public Property UsePersistentDbConnectionPerSession As Boolean
'Usage
Dim instance As ServerSettingsElement Dim value As Boolean instance.UsePersistentDbConnectionPerSession = value value = instance.UsePersistentDbConnectionPerSession
[Description("Whether to use a single database connection per user session and keep it open for the entire session.")] [XmlAttribute("usePersistentDbConnectionPerSession")] [DefaultValue()] public bool UsePersistentDbConnectionPerSession {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2