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

Namespace:  NHibernate.Property
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Class LowerCaseUnderscoreStrategy _
	Implements IFieldNamingStrategy
C#
public class LowerCaseUnderscoreStrategy : IFieldNamingStrategy
Visual C++
public ref class LowerCaseUnderscoreStrategy : IFieldNamingStrategy
JavaScript
NHibernate.Property.LowerCaseUnderscoreStrategy = function();

Type.createClass(
	'NHibernate.Property.LowerCaseUnderscoreStrategy',
	null,
	NHibernate.Property.IFieldNamingStrategy);

Inheritance Hierarchy

System..::.Object
  NHibernate.Property..::.LowerCaseUnderscoreStrategy

See Also