Oracle 5.0 Reference Manual page 2062

Table of Contents

Advertisement

public object ValueAsObject {get;}
See Also
MySqlValue
20.2.7.2.3.1.4.1.1.4.
MySqlValue.ToString
Returns a string representation of this value
Syntax: Visual Basic
Overrides Public Function ToString() As String
Syntax: C#
public override string ToString();
See Also
MySqlValue
20.2.7.2.3.1.4.1.1.5.
MySqlValue.classType
The system type represented by this value
Syntax: Visual Basic
Protected classType As Type
Syntax: C#
protected Type classType;
See Also
MySqlValue
20.2.7.2.3.1.4.1.1.6.
MySqlValue.dbType
The generic dbtype of this value
Syntax: Visual Basic
Protected dbType As DbType
Syntax: C#
protected DbType dbType;
See Also
MySqlValue
20.2.7.2.3.1.4.1.1.7.
MySqlValue.mySqlDbType
The specific MySQL db type
Syntax: Visual Basic
Protected mySqlDbType As MySqlDbType
Syntax: C#
protected MySqlDbType mySqlDbType;
Connector/Net API Reference
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Field
Class,
MySql.Data.Types Namespace
Method
Field
Field
2042

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents