Oracle 5.0 Reference Manual page 2063

Table of Contents

Advertisement

See Also
MySqlValue
20.2.7.2.3.1.4.1.1.8.
MySqlValue.mySqlTypeName
The MySQL-specific typename of this value
Syntax: Visual Basic
Protected mySqlTypeName As String
Syntax: C#
protected string mySqlTypeName;
See Also
MySqlValue
20.2.7.2.3.1.4.1.1.9.
MySqlValue.objectValue
Syntax: Visual Basic
Protected objectValue As Object
Syntax: C#
protected object objectValue;
See Also
MySqlValue
20.2.7.2.3.1.5. IsValidDateTime Property
Indicates if this object contains a value that can be represented as a DateTime
Syntax: Visual Basic
Public ReadOnly Property IsValidDateTime As Boolean
Syntax: C#
public bool IsValidDateTime {get;}
See Also
MySqlDateTime
20.2.7.2.3.1.6. Millisecond Property
Returns the millisecond portion of this datetime
Syntax: Visual Basic
Public Property Millisecond As Integer
Syntax: C#
public int Millisecond {get; set;}
See Also
MySqlDateTime
Connector/Net API Reference
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Field
Field
2043

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents