[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiObject' (#tiopf)

TtiObject.ReadThis

Read this object, but no owned objects from the database

Declaration

Source position: tiObject.pas line 382

protected procedure TtiObject.ReadThis(

  const ADBConnectionName: string;

  APersistenceLayerName: string = ''

); virtual; overload;

procedure TtiObject.ReadThis; virtual; overload;

Description

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)).

See also

TtiObject.ReadPK

  

Read in the primary Key values only from the database for this object

TtiObject.Read

  

Read this object, along with any owned objects from the database


Documentation generated on: 2017-08-16