C# Class Synergy.NHibernate.Conventions.PrimaryKeyConvention

Inheritance: IIdConvention
Afficher le fichier Open project: synergy-software/synergy.framework

Méthodes publiques

Méthode Description
Apply ( IIdentityInstance instance ) : void

Override the method to change the Primary Key generation convetnion.

Method Details

Apply() public méthode

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