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