mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-22 22:15:49 +08:00
@@ -18,7 +18,7 @@ public sealed record SqlCommandAfterEvent : SqlCommandBeforeEvent
|
||||
/// <summary>
|
||||
/// 耗时(单位:微秒)
|
||||
/// </summary>
|
||||
public long ElapsedMicroseconds { get; set; }
|
||||
public long ElapsedMicroseconds { get; init; }
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string ToString()
|
||||
|
||||
Reference in New Issue
Block a user