Data Controllers / Field Outputs

  Overview

Table of Contents
Data Controllers / Field OutputsPrint||
Overview

Field outputs specify the output target of commands with event set to Inserted or Inserting.

The field outputs can be found in the projects based on Microsoft SQL Server in the data controllers based on the tables with identity primary key. The outputs ensure that the ID of a newly inserted record is transferred from the server to the client.

Field Output Properties:

Property Description
Command Specifies the command that outputs data.
Controller Displays the controller that the field output belongs to.
Field Name Specifies which field the command will output data to. Usually specifies the identity-based primary key of the base data table of the data controller.

Learn to work with field outputs in the Project Designer.