Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand.CommandPlan Property

Gets the plan used by the server for the command.

[Visual Basic]
<Browsable(Browsable:=False)>
Public ReadOnly Property CommandPlan As String
[C#]
[Browsable(Browsable=False)]
public string CommandPlan {get;}

Property Value

The plan used for the Firebird server for the current command. The default is an empty string.

Remarks

It's needed that the command was prepared to retrieve the command plan. It will return null if the commplan cannot be determined.

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace