MySqlBulkLoader.Local Property

MySQL Connector/Net

MySqlBulkLoaderLocal Property
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.9.9
Syntax
public bool Local { get; set; }
Public Property Local As Boolean
	Get
	Set
public:
property bool Local {
	bool get ();
	void set (bool value);
}
member Local : bool with get, set

Property Value

Type: Boolean
true if local; otherwise, false.
See Also