PossibleValues Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Returns the possible values for this parameter if this parameter is of type SET or ENUM. Returns null otherwise.

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

Syntax

C#
public IList PossibleValues { get; internal set; }
Visual Basic
Public Property PossibleValues As IList
	Get
	Friend Set
Visual C++
public:
property IList^ PossibleValues {
	IList^ get ();
	internal: void set (IList^ value);
}

See Also