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
| C# | 
|---|
IDetachedQuery SetByte( int position, byte val )  | 
| Visual Basic | 
|---|
Function SetByte ( _ position As Integer, _ val As Byte _ ) As IDetachedQuery  | 
| Visual C++ | 
|---|
IDetachedQuery^ SetByte( int position, unsigned char val )  | 
Parameters
- position
 - Type: System..::..Int32
The position of the parameter in the query string, numbered from 0 
- val
 - Type: System..::..Byte
A non-null instance of a Byte. 
Return Value
[Missing <returns> documentation for "M:NHibernate.IDetachedQuery.SetByte(System.Int32,System.Byte)"]