🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
Database indexing
This page was created by Wikiadmin on 2026-07-29. Last edited by Wikiadmin on 2026-07-29.

This page distinguishes database indexes from other uses of the word “index” in the available MDriven documentation.

Terminology

A database index is not the same as a collection position.

The `removeAt` operator removes an element from an association or collection by its numerical position. Collection positions are zero-based: index `0` identifies the first item.

self.Orders.removeAt(0)

This removes the first item in `Orders`.

The MDriven documentation index is also a separate use of the term. It lists MDriven concepts and links to more detailed pages where available.

See also