CBMultiTableNotSupported Property

MySQL Connector/Net

Looks up a localized string similar to MySqlCommandBuilder does not support multi-table statements.

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

Syntax

C#
public static string CBMultiTableNotSupported { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property CBMultiTableNotSupported As String
Visual C++
public:
static property String^ CBMultiTableNotSupported {
	String^ get ();
}

See Also