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 cddbc22 commit 5db971dCopy full SHA for 5db971d
src/FluentNHibernate/Conventions/Instances/IGeneratorInstance.cs
@@ -39,5 +39,7 @@ public interface IGeneratorInstance : IGeneratorInspector
39
void Custom<T>(Action<ParamBuilder> paramValues) where T : IIdentifierGenerator;
40
void Custom(Type generator, Action<ParamBuilder> paramValues);
41
void Custom(string generator, Action<ParamBuilder> paramValues);
42
+ void Native(string sequenceName);
43
+ void Native(string sequenceName, Action<ParamBuilder> paramValues);
44
}
45
0 commit comments