C# Class NLite.Data.Driver.SqlServerDriver

Inheritance: AbstractDriver
ファイルを表示 Open project: netcasewqs/elinq

Protected Methods

Method Description
ConvertDBTypeToNativeType ( IDbDataParameter p, DBType dbType ) : void

Method Details

ConvertDBTypeToNativeType() protected method

protected ConvertDBTypeToNativeType ( IDbDataParameter p, DBType dbType ) : void
p IDbDataParameter
dbType DBType
return void