C# Class Simple.Data.Oracle.DbTypeConverter

Relevant information: http://download.oracle.com/docs/html/B14164_01/featOraCommand.htm#i1007424 http://www.devart.com/dotconnect/oracle/docs/DataTypeMapping.html Treat UNDEFINED as a string because XMLTYPE parameters are stored in ALL_ARGUMENTS with a DATA_TYPE of UNDEFINED
Datei anzeigen Open project: flq/Simple.Data.Oracle Class Usage Examples

Public Methods

Method Description
FromDataType ( string dataType ) : DbType
ToClrType ( this oracleType ) : Type

Method Details

FromDataType() public static method

public static FromDataType ( string dataType ) : DbType
dataType string
return DbType

ToClrType() public static method

public static ToClrType ( this oracleType ) : Type
oracleType this
return System.Type