Plan property

UL Ext.: Returns the access plan UltraLite.NET uses to execute a query. This property is intended primarily for use during development.

Syntax
Visual Basic

Public Readonly Property Plan As String
C#

public string  Plan  { get;}
Property value

A string containing the text-based description of the query execution plan.

See also