DbClientInterface

Type of client interface

Syntax

DbClientInterface "value";

Value Description
default Standard code is generated
read-only New__, Modify__, Remove__ and Lock__ methods are NOT generated.
update-only New__ and Remove__ are NOT generated.

Description

This flag determines which client access methods that are generated.

Normally, this property doesn't need not be set, since the generated standard code is good enough. But, in some cases, a non-standard client interface is needed.

codegenproperties {
   DbClientInterface "read-only";
}

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