Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

DTL <false>

<if> 要素の条件が偽の場合に、一連のアクティビティを実行します。

Synopsis

<if condition="0">   <true>     ...   </true>   <false>     ...   </false> </if>

属性

なし

要素

要素 目的
<annotation> オプション。<false> 要素について記述するテキスト文字列。
ほとんどのアクティビティ オプション。<false> には、<assign>、<code>、<foreach>、<if>、<sql>、<subtransform>、および <trace> をゼロ個以上、自由に組み合わせて使用できます。

説明

<false> 要素は、<if> 内で、条件が偽の場合に実行する必要のある要素を含めるために使用されます。

FeedbackOpens in a new tab