Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function Generate ( _
	type As CommandType, _
	sqlString As SqlString, _
	parameterTypes As SqlType() _
) As IDbCommand
C#
public IDbCommand Generate(
	CommandType type,
	SqlString sqlString,
	SqlType[] parameterTypes
)
Visual C++
public:
IDbCommand^ Generate(
	CommandType type, 
	SqlString^ sqlString, 
	array<SqlType^>^ parameterTypes
)
JavaScript
function generate(type, sqlString, parameterTypes);

Parameters

type
Type: System.Data..::.CommandType
sqlString
Type: NHibernate.SqlCommand..::.SqlString
parameterTypes
Type: array< NHibernate.SqlTypes..::.SqlType >[]()[]

See Also