C# Class Synergy.NHibernate.Conventions.PrimaryKeyConvention

Inheritance: IIdConvention
Show file Open project: synergy-software/synergy.framework

Public Methods

Method Description
Apply ( IIdentityInstance instance ) : void

Override the method to change the Primary Key generation convetnion.

Method Details

Apply() public method

Override the method to change the Primary Key generation convetnion.
public Apply ( IIdentityInstance instance ) : void
instance IIdentityInstance
return void