Database.TruncateLog Method

Definition

Truncate log. This is supported in SQL Server 2005 for backwards compatibility reasons.

public void TruncateLog ();
member this.TruncateLog : unit -> unit
Public Sub TruncateLog ()

Applies to