Namespace:
NHibernate.Loader.Custom
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub NamedParameter ( _ name As String, _ position As Integer _ ) |
C# |
---|
public void NamedParameter( string name, int position ) |
Visual C++ |
---|
public: virtual void NamedParameter( String^ name, int position ) sealed |
JavaScript |
---|
function namedParameter(name, position); |