C# Class NLite.Data.Driver.SqlCeDriver

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