The IDriver type exposes the following members.

Properties

  NameDescription
SupportsMultipleOpenReaders
Does this Driver support having more than 1 open IDataReader with the same IDbConnection.
SupportsMultipleQueries
Can we issue several select queries in a single query, and get several result sets back?

See Also