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

Commit c24a661

Browse files
committed
deprecate JoinSqlBuilder
1 parent 19af269 commit c24a661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.OrmLite/JoinSqlBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
namespace ServiceStack.OrmLite
88
{
9+
[Obsolete("Use SqlExpression")]
910
public class JoinSqlBuilder<TNewPoco, TBasePoco> : ISqlExpression
1011
{
1112
private List<Join> joinList = new List<Join>();

0 commit comments

Comments
 (0)