[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] |
Read this object, but no owned objects from the database
Source position: tiObject.pas line 382
protected procedure TtiObject.ReadThis( |
const ADBConnectionName: string; |
APersistenceLayerName: string = '' |
); virtual; overload; |
Read this object, but no owned objects from the database. You must override ReadThis and implement a call to the visitor manager (if you are using hard coded visitors, or call inherited (if you are using automap)).
|
Read in the primary Key values only from the database for this object |
|
|
Read this object, along with any owned objects from the database |