Q.

Which object is created for read-only transaction?

A. foo object
B. sqltransactionsync
C. databasesync object
D. sqltransaction
Answer» B. sqltransactionsync
Explanation: for read-only transaction, we create the object sqltransactionsync. if the first argument is null then we throw sqlexception which is error code 0.
926
0
Do you find this helpful?
1

Discussion

No comments yet