[]
        
(Showing Draft Content)

C1.AdoNet.Kintone.C1KintoneDataReader

C1KintoneDataReader Class

C1KintoneDataReader Kintone implementation of DbDataReader.

Namespace: C1.AdoNet.Kintone
Assembly: C1.AdoNet.Kintone.dll
Syntax
public class C1KintoneDataReader : C1DataReader, IDataReader, IDisposable, IDataRecord, IEnumerable, IAsyncDisposable

Methods

Name Description
GetSchemaTable()

Schema information in Kintone 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.