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