DbObjidStyle

The type of objid used for database table

Syntax

DbObjidStyle "value";

Value Description
rowid The ROWID as objid.
objid An underlying view's objid is used as objid.
custom The objid is customized in the implementation code. Enter the name of the column that represents the real objid.

Description

This flag determines how the database code for objid should be generated.

codegenproperties {
   DbObjidStyle "row_id";
}

This page is generated from IFS Developer Studio at 2021-08-13 08:40.