Implementation of IFieldNamingStrategy for fields that are prefixed with
an _ and the first character in PropertyName capitalized.
Namespace: NHibernate.Property
Assembly: NHibernate (in NHibernate)
Version: 1.2.0.4000
Syntax
| Visual Basic (Declaration) |
|---|
Public Class PascalCaseUnderscoreStrategy _ Implements IFieldNamingStrategy |
| C# |
|---|
public class PascalCaseUnderscoreStrategy : IFieldNamingStrategy |
| Visual C++ |
|---|
public ref class PascalCaseUnderscoreStrategy : IFieldNamingStrategy |