[C#.NET] Querying By Date

Easy just add TOP (number) to your sql statement.

e.g. "Select TOP 5 * FROM [Products]"

Let me know if you have any problems.
 
Back
Top Bottom