SqlId

This property provides the SQL_ID corresponding to the last executed statement on the OracleCommand.

Declaration

// C#
public string SqlId { get; }

Property Value

A string value

Remarks

If FetchSqlId was set to false then this property will return null.