This method is not supported in UltraLite.NET.
Visual Basic
NotOverridable Public Sub Cancel() _
Implements IDbCommand.Cancel
C#
public void Cancel();
This method does nothing. UltraLite.NET commands cannot be interrupted while they are executing.