DbViewWhere

Where clause for the base view/base view joins

Syntax

DbViewWhere "value";

Description

This is only used when there is a need to add a where clause for the new performance syntax.

The where clause can be added to the inner select by using this property in Entity level. In order to add a where clause for the joins use this property inside the association.

codegenproperties {
   DbViewWhere "ACC_YEAR";
}

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