Namespace:
MySql.Data.Types
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
| C# |
|---|
public bool IsNull { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsNull As Boolean |
| Visual C++ |
|---|
public:
virtual property bool IsNull {
bool get () sealed;
} |
See Also