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.
1 parent 63593b5 commit f9ed1e5Copy full SHA for f9ed1e5
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