Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
 Syntax
Syntax
| C# | 
|---|
| IDetachedQuery SetInt64( string name, long val ) | 
| Visual Basic | 
|---|
| Function SetInt64 ( _ name As String, _ val As Long _ ) As IDetachedQuery | 
| Visual C++ | 
|---|
| IDetachedQuery^ SetInt64( String^ name, long long val ) | 
Parameters
- name
- Type: System..::..String
 The name of the parameter
- val
- Type: System..::..Int64
 A non-null instance of a Int64.
Return Value
[Missing <returns> documentation for "M:NHibernate.IDetachedQuery.SetInt64(System.String,System.Int64)"]





