Browse by Tags

All Tags » TQL (RSS)

Examples of using System.Data.ParameterDirection with Sql Server by REA_ANDREW

When working with the SqlCommand you will no doubt have to supply parameters to your command whether it be a Stored Procedure or Text command. Although not as efficient as an actual Stored Procedure there are some powerful things you can achieve using...
More Posts