dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleParameter Class / RecordTypeName Property

On this page
    RecordTypeName Property
    On this page
    Gets or sets a name for the PL/SQL record type.
    Syntax
    'Declaration
     
    Public Property RecordTypeName As String
    public string RecordTypeName {get; set;}

    Property Value

    System.String representing a name for the PL/SQL record type.
    See Also