Implementation of IFieldNamingStrategy for fields that are prefixed with an _ and the first character in PropertyName capitalized.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  NHibernate.Properties..::..PascalCaseUnderscoreStrategy

See Also