Skip to content

Commit

Permalink
Indicated that SQLSelectTableJoinConditions.Add(string, ComparisonOpe…
Browse files Browse the repository at this point in the history
…rator, string) is obsolete. Closes #20.

Also provided example of usage.
  • Loading branch information
hisystems committed Mar 22, 2012
1 parent 6e87f2e commit e3786dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SQL/Select/SQLSelectTableJoinConditions.vb
Expand Up @@ -41,6 +41,7 @@ Namespace SQL

End Sub

<Obsolete("Instead use other overloaded operator Add(SQLExpression, ComparisonOperator, SQLExpression). For example: Add(New SQLFieldExpression(New SQLSelectTable(""Table1""), ""Field1""), ComparisonOperator.EqualTo, New SQLFieldExpression(New SQLSelectTable(""Table2""), ""Field2"")")> _
Public Function Add( _
ByVal strLeftTableFieldName As String, _
ByVal eCompare As ComparisonOperator, _
Expand Down

0 comments on commit e3786dc

Please sign in to comment.