Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleDataModel with Primitive Types
linenumberstrue
<DataModel#
DataModel(Name="VendorInfo">):
 <Sid name=Sid(name: "VendorSysId"/>)
 <String name=String(name: "vendorName"/>)
 <String name=String(name: "vendorTitle"/>
</DataModel>)

DataModel is often used in TQL applications to represent logical entities (versus physical things that have direct interactions with the application). For example, a user, a vendor, or a ladder.

...

DataModel can be created, read, update and deleted using TQL queries. 


Expand
titleCRUD operations on DataModels


Info
iconfalse

Include Page
CRUD on DataModels
CRUD on DataModels

Go to page

...