Whether to enable the use of reflection optimizer
Namespace:
NHibernate.Cfg
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Property UseReflectionOptimizer As Boolean |
C# |
---|
public static bool UseReflectionOptimizer { get; set; } |
Visual C++ |
---|
public:
static property bool UseReflectionOptimizer {
bool get ();
void set (bool value);
} |
JavaScript |
---|
NHibernate.Cfg.Environment.get_useReflectionOptimizer = function();
NHibernate.Cfg.Environment.set_useReflectionOptimizer = function(value); |
Remarks
See Also