C# Class NSoft.NFramework.Data.NHibernateEx.SqlServerCeDriver

Inheritance: NHibernate.Driver.SqlServerCeDriver
Show file Open project: debop/NFramework

Public Methods

Method Description
GenerateCommand ( CommandType type, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType parameterTypes ) : IDbCommand

Generates an IDbCommand from the SqlString according to the requirements of the DataProvider.

Private Methods

Method Description
GetFilteredParameterTypes ( IEnumerable parameterTypes ) : NHibernate.SqlTypes.SqlType[]

HBM에서 정의된 AnsiString을 String 수형으로 변환하여 제공합니다.

Method Details

GenerateCommand() public method

Generates an IDbCommand from the SqlString according to the requirements of the DataProvider.
public GenerateCommand ( CommandType type, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType parameterTypes ) : IDbCommand
type CommandType The of the command to generate.
sqlString NHibernate.SqlCommand.SqlString The SqlString that contains the SQL.
parameterTypes NHibernate.SqlTypes.SqlType The types of the parameters to generate for the command.
return IDbCommand