schema2 Property

MySQL Connector/Net

Looks up a localized string similar to ALTER TABLE mysql_Membership ADD PasswordKey char(32) AFTER Password, ADD PasswordFormat tinyint AFTER PasswordKey, CHANGE Email Email VARCHAR(128), COMMENT='2'; .

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

Syntax

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

See Also