Read a primitive array type
- Last UpdatedApr 08, 2026
- 1 minute read
This scenario guides you through the steps required to read a primitive array type in the RealTime database (RTDB).
To read a primitive array type
- Open the Program.cs file from the created project.
- Open the RTDB.
- Access the aceCode table.
- Lock the aceCode table for reading.
- Locate the ace record.
- Lock the ace record for reading.
- Access the code array field of the located ace record.
- Unlock the ace record.
- U