Should LOBs (both BLOB and CLOB) be bound using stream operations (i.e. {@link java.sql.PreparedStatement#setBinaryStream}).

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

Syntax

C#
public virtual bool UseInputStreamToInsertBlob { get; }
Visual Basic
Public Overridable ReadOnly Property UseInputStreamToInsertBlob As Boolean
	Get
Visual C++
public:
virtual property bool UseInputStreamToInsertBlob {
	bool get ();
}

Return Value

True if BLOBs and CLOBs should be bound using stream operations.

See Also