[Missing <summary> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetInt64(System.String,System.Int64)"]

Namespace: NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IDetachedQuery SetInt64(
	string name,
	long val
)
Visual Basic
Public Function SetInt64 ( _
	name As String, _
	val As Long _
) As IDetachedQuery
Visual C++
public:
virtual IDetachedQuery^ SetInt64(
	String^ name, 
	long long val
) sealed

Parameters

name
Type: System..::..String

[Missing <param name="name"/> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetInt64(System.String,System.Int64)"]

val
Type: System..::..Int64

[Missing <param name="val"/> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetInt64(System.String,System.Int64)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetInt64(System.String,System.Int64)"]

Implements

IDetachedQuery..::..SetInt64(String, Int64)

See Also