AllowZeroDateTime Property

MySQL Connector/Net

Gets or sets a boolean value that indicates if zero date time values are supported.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public bool AllowZeroDateTime { get; set; }
Visual Basic (Declaration)
Public Property AllowZeroDateTime As Boolean
Visual C++
public:
property bool AllowZeroDateTime {
	bool get ();
	void set (bool value);
}

See Also