DictTable.isDerivedFrom Method

Indicates whether one table type derives from another.

Syntax

public boolean isDerivedFrom(TableName baseTableName)

Run On

Called

Parameters

Return Value

Type: boolean
true if this table is derived from the table that is specified by the baseTableName parameter.

See Also

Reference

DictTable Class