Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULCommand class

 

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