Guest User

Untitled

a guest
Aug 8th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. For Each item As DataGridTextColumn In Me.Columns
  2. Dim b As Binding = item.Binding
  3. If b IsNot Nothing AndAlso b.Path IsNot Nothing Then
  4. str.Append(" " & b.Path.Path & " LIKE '%" & editableTextBox.Text & "%' OR")
  5. End If
  6. Next
Advertisement
Add Comment
Please, Sign In to add comment