CommandType.StoredProcedure - where defined ?

  • Thread starter Thread starter PeteZ
  • Start date Start date
P

PeteZ

what using . . . . statement do I need to get this value
(CommandType.StoredProcedure) defined ?

even when I have defined the using statements:

using System;
using System.Data.SqlClient;
using System.Data.Common;
using System.Data.OleDb;
using System.Data.SqlTypes;

I still get a compilation error message:

The type or namespace name 'CommandType' could not be found (are you missing
a using directive or an assembly reference?)



thanks,

peteZ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top