Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
How can I make data in my application searchable through S Finder and Google Now? I can't find a way to do that. Thanks.
Here's the working code I have:
DataSet myDataSet = new DataSet(); mySqlDataAdapter.Fill(myDataSet); DataTable positionData = myDataSet.Tables["Table"