dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAuthenticationPromptEventArgs Class / Responses Property

On this page
    Responses Property
    On this page
    Gets the array of strings, which should be filled in the PgSqlConnection.AuthenticationPrompt event handler according to the Prompts array. Each Responds string corresponds to the Prompts string.
    Syntax
    'Declaration
     
    Public ReadOnly Property Responses As String()
    public string[] Responses {get;}

    Property Value

    The array of strings, which should be filled in the PgSqlConnection.AuthenticationPrompt event handler according to the Prompts array.
    See Also