dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlAuthenticationPrompEventArgs Class / Responses Property

In This Topic
    Responses Property
    In This Topic
    Gets the array of strings, which should be filled in the MySqlConnection.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 MySqlConnection.AuthenticationPrompt event handler according to the Prompts array.
    See Also