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.
|
Method | Description | |
---|---|---|
GetFilteredParameterTypes ( IEnumerable |
HBM에서 정의된 AnsiString을 String 수형으로 변환하여 제공합니다.
|
public GenerateCommand ( CommandType type, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType parameterTypes ) : IDbCommand | ||
type | CommandType | The |
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 |