Namespace:
NHibernate.SqlTypes
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetDecimal ( _ precision As Byte, _ scale As Byte _ ) As SqlType |
C# |
---|
public static SqlType GetDecimal( byte precision, byte scale ) |
Visual C++ |
---|
public: static SqlType^ GetDecimal( unsigned char precision, unsigned char scale ) |
JavaScript |
---|
NHibernate.SqlTypes.SqlTypeFactory.getDecimal = function(precision, scale); |