Net.Sf.Dbdeploy.Scripts.ChangeScript.GetUndoContent C# (CSharp) Method

GetUndoContent() public method

Gets the SQL file undo content.
public GetUndoContent ( ) : string
return string
        public virtual string GetUndoContent()
        {
            return this.GetFileContents(undo: true);
        }