GetMySqlDecimal Method (String)

MySQL Connector/Net

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

Syntax

C#
public MySqlDecimal GetMySqlDecimal(
	string column
)
Visual Basic (Declaration)
Public Function GetMySqlDecimal ( _
	column As String _
) As MySqlDecimal
Visual C++
public:
MySqlDecimal GetMySqlDecimal(
	String^ column
)

Parameters

column
Type: System..::.String

See Also