Επεξεργασία

Κοινή χρήση μέσω


SAPDataReader class in the SAP adapter

The following section lists the methods and properties for the SAPDataReader class. This is derived from System.Data.Common.DbDataReader.

Supported Properties

Name Get/Set Description
Depth Get Not supported. Returns 0.
FieldCount Get Number of fields in the current record set
IsClosed Get Returns status of data reader
RecordsAffected Get Not supported. Returns -1

Supported Methods

Name Description
Close() Closes the DataReader
Get [methods] *

where [methods] is the expected data type. E.g. GetInt32(int)
Gets column value based on the data type expected
IsDBNull(int) Not supported. Returns false.

See Also

Extend ADO.NET Interfaces with the SAP adapter