[]
C1QuickBooksOnlineDataReader QuickBooksOnline implementation of DbDataReader.
public class C1QuickBooksOnlineDataReader : C1DataReader, IDataReader, IDisposable, IDataRecord, IEnumerable, IAsyncDisposable
Name | Description |
---|---|
GetSchemaTable() | Schema information in QuickBooksOnline is difficult to map into .NET conventions, so a lot of work must be done to gather the necessary information so it can be represented in an ADO.NET manner. |