Skip to content

Commit 9d37e28

Browse files
committed
Merge pull request #178 from chester89/anotherShotAt175
one more try to close #175
2 parents 4900f06 + f9ed1e5 commit 9d37e28

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)