MySqlConnectionStringBuilder.SharedMemoryName Property

MySQL Connector/Net

MySqlConnectionStringBuilderSharedMemoryName Property
Gets or sets the base name of the shared memory objects used to communicate with MySQL when the shared memory protocol is being used.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public string SharedMemoryName { get; set; }
Public Property SharedMemoryName As String
	Get
	Set
public:
property String^ SharedMemoryName {
	String^ get ();
	void set (String^ value);
}
member SharedMemoryName : string with get, set

Property Value

Type: String
See Also