Which database access technique does the following C# statement illustrate? a. JDBC. b. ODBC. c. Language-integrated queries.

Question:

Which database access technique does the following C# statement illustrate?

public void Example() { DataClassesContext dc = new DataClassesContext(); var q = from a in dc.GetTable ()

a. JDBC.

b. ODBC.

c. Language-integrated queries.

d. None of the above.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: