Navigation:  DAO Object Classes >

DaoIndex Class

Previous pageReturn to chapter overviewNext page

Purpose

Index objects specify the order of records accessed from database tables

 

Accesses/Assigns

ClusteredIndicates whether the index is clustered
DistinctCountNumber of distinct key values in the index
Fields(Default) Collection of fields in this index
ForeignDetermines whether an Index object represents a foreign key
IgnoreNullsIndicates whether the Null values are stored in the index
NameThe name of this object
PrimaryIndicates whether this is a primary index for a table
RequiredIndicates whether the Index requires a non-Null value
UniqueDetermines whether this is a unique index for a table

 

Methods

CreateFieldCreates a new Field object
CreatePropertyCreates a new user-defined Property object

 

Inherits from

DaoDao

 

See Also

DaoIndexes

DaoIndexFields