Specifies one or more fields in a master table to link with corresponding fields in this table in order to establish a master-detail relationship between the tables.
Specifies the name of the data source for a dataset to use as a master table in establishing a detail-master relationship between this table and another one.
This method uses PHP reflection to iterate through published properties (the ones starting with get) and retrieve the properties stored by a previous serialize() call.
[line 459]
DBDataSet encapsulates database connectivity for descendant dataset objects.
DBDataSet defines database-related connectivity properties and methods for a dataset. Applications never use DBDataSet objects directly. Instead they use the descendants of DBDataSet, such as Query, StoredProc, and Table, which inherit its database-related properties and methods.
Developers who create custom dataset components may want to derive them from DBDataSet to inherit to the database-specific properties of DBDataSet in addition to all the functionality of DataSet. In this case, developers should examine the source code to study the protected methods of DBDataSet that are not documented for this object.
This method sets the value of the field specified in $fieldname, to the value specified in $value. If not found, an EPropertyNotFound exception is raised