Click or drag to resize

RecordClass Methods

The RecordClass type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAssignAllReader
AssignAllReader is defined Overridable and is supposed to be overriden in the subclass
Public methodCode exampleAssignAllRow
AssignAllRow is defined Overridable and is supposed to be overriden in the subclass
Public methodFieldExists(DataRow, String)
Examines the DataRow (rwDataRow) passed in for the existance of strName. If the field exists and the field is 'something' as opposed to 'not Nothing' the function returns true. AssignAllRow for an example.
Public methodFieldExists(IDataReader, String)
Examines the IDataReader (drDataReader) passed in for the existance of strName. If the field exists and the field is 'something' as opposed to 'not Nothing' the function returns true. AssignAllReader for an example.
Top
See Also