MySqlConnectionStringBuilder.FunctionsReturnString Property

MySQL Connector/Net

MySqlConnectionStringBuilderFunctionsReturnString Property

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

Property Value

Type: Boolean
See Also