TemplateClass Methods |
The TemplateClass type exposes the following members.
Name | Description | |
---|---|---|
AssignAllReader | (Overrides RecordClassAssignAllReader(IDataReader).) | |
AssignAllRow | (Overrides RecordClassAssignAllRow(DataRow).) | |
FieldExists(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.
(Inherited from RecordClass.) | |
FieldExists(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.
(Inherited from RecordClass.) |