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