Namespace:
NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ text As SqlString, _ parameterTypes As SqlType() _ ) |
C# |
---|
public SqlCommandInfo( SqlString text, SqlType[] parameterTypes ) |
Visual C++ |
---|
public: SqlCommandInfo( SqlString^ text, array<SqlType^>^ parameterTypes ) |
JavaScript |
---|
NHibernate.SqlCommand.SqlCommandInfo = function(text, parameterTypes); |
Parameters
- text
- Type: NHibernate.SqlCommand..::.SqlString
- parameterTypes
- Type: array<
NHibernate.SqlTypes..::.SqlType
>[]()[]