Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetInt32 ( _ property As String, _ properties As IDictionary, _ defaultValue As Integer _ ) As Integer |
C# |
---|
public static int GetInt32( string property, IDictionary properties, int defaultValue ) |
Visual C++ |
---|
public: static int GetInt32( String^ property, IDictionary^ properties, int defaultValue ) |
JavaScript |
---|
NHibernate.Util.PropertiesHelper.getInt32 = function(property, properties, defaultValue); |
Parameters
- property
- Type: System..::.String
- properties
- Type: System.Collections..::.IDictionary
- defaultValue
- Type: System..::.Int32