MySqlParameter.PossibleValues Property

MySQL Connector/Net

MySqlParameterPossibleValues Property
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.9.9
Syntax
public IList PossibleValues { get; }
Public ReadOnly Property PossibleValues As IList
	Get
public:
property IList^ PossibleValues {
	IList^ get ();
}
member PossibleValues : IList with get

Property Value

Type: IList
See Also