Q.

How do you determine the actual SQL data type of a SqlParameter (the type expected by the SQL Server)?

A. It is the .NET Framework data type in your application that the parameter represents.
B. It is the type of column or data in SQL Server that the command expects.
C. It is the type of column in a DataTablethat it represents.
D. It is any type defined in the SqlDbDataTypeenumeration.
Answer» B. It is the type of column or data in SQL Server that the command expects.
3.2k
0
Do you find this helpful?
23

View all MCQs in

ASP.NET

Discussion

No comments yet