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