dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / UserId Property

In This Topic
    UserId Property (OracleConnectionStringBuilder)
    In This Topic
    Gets or sets the name of the user to connect.
    Syntax
    'Declaration
     
    Public Property UserId As String
    public string UserId {get; set;}

    Property Value

    The name of the user to connect.
    See Also