Bind an instance of a Byte array to a named parameter
using an NHibernate BinaryType.
Namespace: NHibernateAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
IDetachedQuery SetBinary( string name, byte[] val ) |
Visual Basic |
---|
Function SetBinary ( _ name As String, _ val As Byte() _ ) As IDetachedQuery |
Visual C++ |
---|
IDetachedQuery^ SetBinary( String^ name, array<unsigned char>^ val ) |
Parameters
- name
- Type: System..::..String
The name of the parameter
- val
- Type: array<System..::..Byte>[]()[][]
A non-null instance of a Byte array.
Return Value
[Missing <returns> documentation for "M:NHibernate.IDetachedQuery.SetBinary(System.String,System.Byte[])"]