Get or Set trace parameter: if true, trace all SQL Queries executed to the Trace Service. In Debug, Console is the default Trace Service.

Namespace: Aspectize.Core
Assembly: AspectizeDAL (in AspectizeDAL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool Trace { get; set; }
Visual Basic
Property Trace As Boolean
	Get
	Set

See Also