Skip to content

Commit 78ee558

Browse files
committed
Pulled last new overload of CustomType that includes a column prefix up to the IPropertyInstance interface
1 parent 7630ac8 commit 78ee558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FluentNHibernate/Conventions/Instances/IPropertyInstance.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public interface IPropertyInstance
2121
void CustomType(Type type);
2222
void CustomType(Type type, string columnPrefix);
2323
void CustomType(string type);
24+
void CustomType(string type, string columnPrefix);
2425
void CustomSqlType(string sqlType);
2526
new void Precision(int precision);
2627
new void Scale(int scale);

0 commit comments

Comments
 (0)