UL Ext.: Returns the access plan UltraLite.NET uses to execute a query. This property is intended primarily for use during development.
Visual Basic
Public Readonly Property Plan As String
C#
public string Plan {get;}
A string containing the text-based description of the query execution plan.
ULException class - A SQL error occurred.