MySQL Connector/Net
MySqlParameterIsNullable Property |
Gets or sets a value indicating whether the parameter accepts null values.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public override bool IsNullable { get; set; }
Public Overrides Property IsNullable As Boolean Get Set
public: virtual property bool IsNullable { bool get () override; void set (bool value) override; }
abstract IsNullable : bool with get, set override IsNullable : bool with get, set
Property Value
Type: BooleanImplements
IDataParameterIsNullableIDataParameterIsNullable
