dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTrace Class / TraceFileIdentifier Property

On this page
    TraceFileIdentifier Property
    On this page
    Gets or sets a file name suffix for the SQL trace dump file.
    Syntax
    'Declaration
     
    Public Property TraceFileIdentifier As String
    public string TraceFileIdentifier {get; set;}

    Property Value

    A file name suffix.
    Remarks
    It is applied to the trace log file at the nearest SQL trace start.] The default value is an empty string.
    See Also