Local Property

MySQL Connector/Net

Gets or sets a value indicating whether the filename that is to be loaded is local to the client or not

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public bool Local { get; set; }
Visual Basic (Declaration)
Public Property Local As Boolean
Visual C++
public:
property bool Local {
	bool get ();
	void set (bool value);
}

Field Value

true if local; otherwise, false.

See Also