Implementation of IFieldNamingStrategy for fields that are prefixed with
an _ and the first character in PropertyName capitalized.
Namespace:
NHibernate.PropertyAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class PascalCaseUnderscoreStrategy _ Implements IFieldNamingStrategy |
C# |
---|
public class PascalCaseUnderscoreStrategy : IFieldNamingStrategy |
Visual C++ |
---|
public ref class PascalCaseUnderscoreStrategy : IFieldNamingStrategy |
JavaScript |
---|
NHibernate.Property.PascalCaseUnderscoreStrategy = function(); Type.createClass( 'NHibernate.Property.PascalCaseUnderscoreStrategy', null, NHibernate.Property.IFieldNamingStrategy); |