Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Default Session data is stored in ASP.Net.<br>A)StateServer<br>B)Session
Q4: What ASP.NET object encapsulates the state of
Q5: Which object in ASP.NET provides a global
Q6: Which Session Mode Serialization is not required
Q7: Which ADO.NET class provide Connected Environment?<br>A)DataReader<br>B)DataSet<br>C)Command<br>D)DataWriter
Q9: How to implement authentication via web.config?<br>A)Include the
Q10: From the following which is not a
Q11: In a SQL Statement while working with
Q12: Which file is used to write the
Q13: Which CommandType value is incorrect?<br>A)StoredProcedure<br>B)TableDirect<br>C)TableSchema<br>D)Text