Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion StackExchange.Profiling/SqlTiming.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ public SqlTiming(IDbCommand command, ExecuteType type, MiniProfiler profiler)
/// <summary>
/// Gets or sets the SQL that was executed.
/// </summary>
[ScriptIgnore]
[DataMember(Order = 2)]
public string CommandString { get; set; }

/// <summary>
/// Gets the command string with special formatting applied based on <c>MiniProfiler.Settings.SqlFormatter</c>
/// </summary>
[ScriptIgnore]
public string FormattedCommandString
{
get
Expand Down