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

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

Parameters property Next Page

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