Namespace:
NHibernate.Driver
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetParameterName ( _ index As Integer _ ) As String |
C# |
---|
string GetParameterName( int index ) |
Visual C++ |
---|
String^ GetParameterName( int index ) |
JavaScript |
---|
function getParameterName(index); |
Parameters
- index
- Type: System..::.Int32