C# Class SharpArch.Specifications.NHibernate.Mappings.Conventions.TableNameConvention

Table name convention.
Defines table name to match entity name. E.g.: Color.
Inheritance: IClassConvention
Mostra file Open project: sharparchitecture/Sharp-Architecture

Public Methods

Method Description
Apply ( FluentNHibernate instance ) : void

Applies convention.

Method Details

Apply() public method

Applies convention.
public Apply ( FluentNHibernate instance ) : void
instance FluentNHibernate
return void