Namespace:
NHibernate.Engine.Query
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub OutParameter ( _ position As Integer _ ) |
C# |
---|
void OutParameter( int position ) |
Visual C++ |
---|
void OutParameter( int position ) |
JavaScript |
---|
function outParameter(position); |
Parameters
- position
- Type: System..::.Int32