Daylight v4.9
Release Date: 1 February 2008

Name

dt_isheld - test if an object is marked as held

Generic Prototype

dt_isheld(dt_Handle) => dt_Boolean

C Prototype

#include "dt_thor.h"

dt_Boolean dt_isheld(dt_Handle object)

FORTRAN Prototype

include 'dt_f_thor.inc'

logical dt_f_isheld(object)

integer*4 object

Description

Tests to see if a object (either a database or a column) is marked "hold".

Return Value

Returns TRUE if the object is marked "hold" and FALSE otherwise. For all other object types, this property is defined as FALSE.

Related Topics

dt_hold(3)