Interface IDataRow

IDataRow interface

public interface IDataRow

Properties

NameDescription
FieldsCount { get; }
RowNumber { get; }

Methods

NameDescription
IsNull(int)
ReadCharacter(int)
ReadDate(int)
ReadDateTime(int)
ReadDecimal(int)
ReadFloat(int)
ReadInteger(int)
ReadLargeInteger(int)
ReadLogical(int)
ReadSmallInteger(int)
ReadTime(int)

See Also