Describe Command Type property of a SQLCommand in ADO.NET?
2029
25-Oct-2010
Rajesh Goswami
08-Nov-2010commandType show that command is text type or procedure type we use as
cmd.CommandType=CommandType.Text
cmd.CommandType=CommandType.StoredProcedure