Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit d9bc444

Browse files
committed
Add support for StringFilter
1 parent 4f7ab0c commit d9bc444

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceStack.OrmLite/OrmLiteConfig.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,7 @@ public static IDbConnection ToDbConnection(this string dbConnectionStringOrFileP
102102

103103
public static Action<IDbCommand, object> InsertFilter { get; set; }
104104
public static Action<IDbCommand, object> UpdateFilter { get; set; }
105+
106+
public static Func<string, string> StringFilter { get; set; }
105107
}
106108
}

0 commit comments

Comments
 (0)