Namespace:
NHibernate.SqlTypes
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetBinary ( _ length As Integer _ ) As BinarySqlType |
C# |
---|
public static BinarySqlType GetBinary( int length ) |
Visual C++ |
---|
public: static BinarySqlType^ GetBinary( int length ) |
JavaScript |
---|
NHibernate.SqlTypes.SqlTypeFactory.getBinary = function(length); |
Parameters
- length
- Type: System..::.Int32