dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberMapping Class / ToString Method

In This Topic
ToString Method (OracleNumberMapping)
In This Topic
Returns the OracleNumberMapping object as the string representation.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 

Return Value

The string representation of the current OracleNumberMapping object.
Remarks
Here are some examples of the OracleNumberMapping string representation: "(Integer, 1, 1, System.Boolean)", "(FLOAT,12,15,System.Decimal)", "(NUMBER,7,9,System.Single)".
See Also