DataModel Object

DataModel — Holds data returned using SQL command.

Introduction

Holds the data returned from a database using the SQL command.

Properties

Table 8. DataModel Object Properties

NameDetailsPossible ValuesDefault Value
AutoClearClear datamodel after processing by FOREACH.True, FalseTrue
DescriptionDescription to be used in lists.*-
DetailDescriptionDetailed description.*-
ModifiedModification date-time stamp in ISO 8601 format.ccyy-mm-ddThh:mm:ssdate stamp

Example

<Object Application="MyOrder" Type="DataModel" Name="dmCust">
  <DataModel>
     <AutoClear>True</AutoClear>
     <Description>Customer</Description>
     <DetailDescription>Customer Table in PostgreSQL</DetailDescription>
     <Modified>2007-11-12T09:58:00</Modified>
  </DataModel>
</Object>