Represents MySQL type DECIMAL.
For a list of all members of this type, see MySqlDecimal members.
Devart.Data.MySql.MySqlDecimal
[Visual Basic]
Public Structure MySqlDecimal
Inherits ValueType
Implements INullable , IComparable [C#]
public struct MySqlDecimal : ValueType , INullable , IComparable This structure was created because the
The following example demonstrates how to insert to and fetch from a table some MySqlDecimal values.
[C#]
MySqlCommand insertCommand = new MySqlCommand("INSERT INTO decimal_test (f_decimal) VALUES (:p1)", connection); |
MySqlDecimal Members | Devart.Data.MySql Namespace
© 2002 - 2008 Devart. All Rights Reserved.