Skip to content

Commit f9ed1e5

Browse files
committed
one more try to close #175
1 parent 63593b5 commit f9ed1e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FluentNHibernate/Conventions/Instances/IGeneratorInstance.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ public interface IGeneratorInstance : IGeneratorInspector
4141
void Custom(string generator, Action<ParamBuilder> paramValues);
4242
void Native(string sequenceName);
4343
void Native(string sequenceName, Action<ParamBuilder> paramValues);
44+
void TriggerIdentity();
4445
}
4546
}

0 commit comments

Comments
 (0)