DBTABLE

Specifies details of a table to be monitored. e.g.

        <dbTable name="Customers" identity="CustomerId"/>


1. Allowed Content

EMPTY

2. Attributes

AttributeValue(s) Default Value
identity

If an identity column name is specified as the identity column, this will be used to find the identiity of the most recent row added to the table.

   SELECT IDENT_CURRENT('aTable')

CDATA
#IMPLIED
name

Assign a unique name to allow this element to be referenced by other elements

ID
#IMPLIED
query

If a query attribute is specified, this should return the identiity of the most recent row added to the table.

CDATA
#IMPLIED

3. Content Declaration

Empty

4. Parent Elements

database   -- Optional. Specifies the set of database tables to be monitored during testing.

Top Elements || All Elements || Tree


test DTD