Maps a System.Byte[] Property to an column that can store a BLOB.

Namespace: NHibernate.Type
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class BinaryBlobType _
	Inherits BinaryType
C#
[SerializableAttribute]
public class BinaryBlobType : BinaryType
Visual C++
[SerializableAttribute]
public ref class BinaryBlobType : public BinaryType

Remarks

This is only needed by DataProviders (SqlClient) that need to specify a Size for the IDbDataParameter. Most DataProvider(Oralce) don't need to set the Size so a BinaryType would work just fine.

Inheritance Hierarchy

System.Object
  NHibernate.Type.AbstractType
    NHibernate.Type.NullableType
      NHibernate.Type.MutableType
        NHibernate.Type.BinaryType
          NHibernate.Type.BinaryBlobType