2
(Choose 1 answer)
How do you determine the actual SQL datatype of a SqlParameter (the type expected by
A. It is the type of column in a DataTable that represents
B. It is the .NET Framework data type in your application that the parameter represents
C. It is the type of column or data in SQL Server that the command expects
D. It is any type defined in the SqlDbDataType enumeration
Finish