Expressions Property

MySQL Connector/Net

Gets the expressions.

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

Syntax

C#
public StringCollection Expressions { get; }
Visual Basic (Declaration)
Public ReadOnly Property Expressions As StringCollection
Visual C++
public:
property StringCollection^ Expressions {
	StringCollection^ get ();
}

Field Value

The expressions.

See Also