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