C# 클래스 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
파일 보기 프로젝트 열기: flq/Simple.Data.Oracle 1 사용 예제들

공개 메소드들

메소드 설명
FromDataType ( string dataType ) : DbType
ToClrType ( this oracleType ) : Type

메소드 상세

FromDataType() 공개 정적인 메소드

public static FromDataType ( string dataType ) : DbType
dataType string
리턴 DbType

ToClrType() 공개 정적인 메소드

public static ToClrType ( this oracleType ) : Type
oracleType this
리턴 System.Type