Implementation of IFieldNamingStrategy for fields that are prefixed with an underscore and the PropertyName is changed to lower case.

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class LowerCaseUnderscoreStrategy : IFieldNamingStrategy
Visual Basic
Public Class LowerCaseUnderscoreStrategy _
	Implements IFieldNamingStrategy
Visual C++
public ref class LowerCaseUnderscoreStrategy : IFieldNamingStrategy

Inheritance Hierarchy

System..::..Object
  NHibernate.Properties..::..LowerCaseUnderscoreStrategy

See Also