







|
| MySQL Connector/Net |
| MySqlParameter..::.IsNullable Property |
| MySqlParameter Class See Also Send Feedback |
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.2.2.0
Syntax
| C# |
|---|
public override bool IsNullable { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overrides Property IsNullable As Boolean |
| Visual C++ |
|---|
public: virtual property bool IsNullable { bool get () override; void set (bool value) override; } |
Implements
IDataParameter..::.IsNullableIDataParameter..::.IsNullable
