SharedMemoryName Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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.8.4.0

Syntax

C#
public string SharedMemoryName { get; set; }
Visual Basic
Public Property SharedMemoryName As String
	Get
	Set
Visual C++
public:
property String^ SharedMemoryName {
	String^ get ();
	void set (String^ value);
}

See Also