[Missing <summary> documentation for "M:NHibernate.Impl.AbstractQueryImpl.SetInt32(System.String,System.Int32)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public IQuery SetInt32( string name, int val ) |
Visual Basic |
---|
Public Function SetInt32 ( _ name As String, _ val As Integer _ ) As IQuery |
Visual C++ |
---|
public: virtual IQuery^ SetInt32( String^ name, int val ) sealed |
Parameters
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:NHibernate.Impl.AbstractQueryImpl.SetInt32(System.String,System.Int32)"]
- val
- Type: System..::..Int32
[Missing <param name="val"/> documentation for "M:NHibernate.Impl.AbstractQueryImpl.SetInt32(System.String,System.Int32)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Impl.AbstractQueryImpl.SetInt32(System.String,System.Int32)"]