Implementation of IFieldNamingStrategy for fields that are prefixed with
an m_ and the PropertyName is changed to camelCase.
Namespace: NHibernate.PropertiesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class CamelCaseMUnderscoreStrategy : IFieldNamingStrategy |
Visual Basic |
---|
Public Class CamelCaseMUnderscoreStrategy _ Implements IFieldNamingStrategy |
Visual C++ |
---|
public ref class CamelCaseMUnderscoreStrategy : IFieldNamingStrategy |