We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4900f06 + f9ed1e5 commit 9d37e28Copy full SHA for 9d37e28
src/FluentNHibernate/Conventions/Instances/IGeneratorInstance.cs
@@ -41,5 +41,6 @@ public interface IGeneratorInstance : IGeneratorInspector
41
void Custom(string generator, Action<ParamBuilder> paramValues);
42
void Native(string sequenceName);
43
void Native(string sequenceName, Action<ParamBuilder> paramValues);
44
+ void TriggerIdentity();
45
}
46
0 commit comments