MySqlGeometry Constructor (Boolean)

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public MySqlGeometry(
	bool isNull
)
Visual Basic
Public Sub New ( _
	isNull As Boolean _
)
Visual C++
public:
MySqlGeometry(
	bool isNull
)

Parameters

isNull
Type: System..::..Boolean

See Also