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 7630ac8 commit 78ee558Copy full SHA for 78ee558
src/FluentNHibernate/Conventions/Instances/IPropertyInstance.cs
@@ -21,6 +21,7 @@ public interface IPropertyInstance
21
void CustomType(Type type);
22
void CustomType(Type type, string columnPrefix);
23
void CustomType(string type);
24
+ void CustomType(string type, string columnPrefix);
25
void CustomSqlType(string sqlType);
26
new void Precision(int precision);
27
new void Scale(int scale);
0 commit comments