[Missing <summary> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetByte(System.Int32,System.Byte)"]

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

Syntax

C#
public IDetachedQuery SetByte(
	int position,
	byte val
)
Visual Basic
Public Function SetByte ( _
	position As Integer, _
	val As Byte _
) As IDetachedQuery
Visual C++
public:
virtual IDetachedQuery^ SetByte(
	int position, 
	unsigned char val
) sealed

Parameters

position
Type: System..::..Int32

[Missing <param name="position"/> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetByte(System.Int32,System.Byte)"]

val
Type: System..::..Byte

[Missing <param name="val"/> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetByte(System.Int32,System.Byte)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.AbstractDetachedQuery.SetByte(System.Int32,System.Byte)"]

Implements

IDetachedQuery..::..SetByte(Int32, Byte)

See Also