MySqlGeometry.IsNull Property

MySQL Connector/Net

MySqlGeometryIsNull Property

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public bool IsNull { get; }
Public ReadOnly Property IsNull As Boolean
	Get
public:
virtual property bool IsNull {
	bool get () sealed;
}
abstract IsNull : bool with get
override IsNull : bool with get

Property Value

Type: Boolean
See Also