FetchSqlId
This property indicates whether or not to fetch the SQL_ID of the executed statements.
Declaration
// C#
public bool FetchSqlId {get; set;}Property Value
A boolean value
Remarks
By default, the value of this property is false which means SQL_ID would not be fetched for executed statements.
Set this property to true before executing a statement to be able to get the SQL_ID corresponding to the statement being executed.