IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > LoggingElement Class : ShouldLogSqlQueries Property |
'Declaration
<DescriptionAttribute("Whether to log the generated SQL from Entity Framework queries")> <XmlAttributeAttribute("shouldLogSqlQueries")> <DefaultValueAttribute()> Public Property ShouldLogSqlQueries As Boolean
'Usage
Dim instance As LoggingElement Dim value As Boolean instance.ShouldLogSqlQueries = value value = instance.ShouldLogSqlQueries
[Description("Whether to log the generated SQL from Entity Framework queries")] [XmlAttribute("shouldLogSqlQueries")] [DefaultValue()] public bool ShouldLogSqlQueries {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