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

1. It is the .NET Framework data type in your application that the parameter represents.

2. It is the type of column or data in SQL Server that the command expects.

3. It is the type of column in a DataTablethat it represents.

4. It is any type defined in the SqlDbDataTypeenumeration.

  • b. It is the type of column or data in SQL Server that the command expects.
Subscribe Now

Get All Updates & News