Expressions Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets the expressions.

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

Syntax

C#
public List<string> Expressions { get; }
Visual Basic
Public ReadOnly Property Expressions As List(Of String)
	Get
Visual C++
public:
property List<String^>^ Expressions {
	List<String^>^ get ();
}

Field Value

The expressions.

See Also