A ResultSet delegate, responsible for locally caching the columnName-to-columnIndex
resolution that has been found to be inefficient in a few vendor's drivers (i.e., Oracle
and Postgres).
Namespace: NHibernate.AdoNetAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public class ResultSetWrapper : IDataReader, IDisposable, IDataRecord |
Visual Basic |
---|
Public Class ResultSetWrapper _ Implements IDataReader, IDisposable, IDataRecord |
Visual C++ |
---|
public ref class ResultSetWrapper : IDataReader, IDisposable, IDataRecord |