Initializes a new instance of the BinarySqlType class.

Namespace:  NHibernate.SqlTypes
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	length As Integer _
)
C#
public BinarySqlType(
	int length
)
Visual C++
public:
BinarySqlType(
	int length
)
JavaScript
NHibernate.SqlTypes.BinarySqlType = function(length);

Parameters

length
Type: System..::.Int32
The length of the binary data the IDbDataParameter should hold

See Also