MySqlConnectionStringBuilder.PipeName property
The name of the Windows named pipe to use to connect to the server. You must also set ConnectionProtocol
to NamedPipe to used named pipes.
public string PipeName { get; set; }
See Also
- class MySqlConnectionStringBuilder
- namespace MySqlConnector
- assembly MySqlConnector