Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Table Group ID

The group ID can be used to manage table permissions for multiple users. By default, no group ID settings are specified for c-treeDB .NET tables (the default group ID value is null). If a table is to be created with a group ID, set the value of this property before creating the table. To set a group ID, use CTTable.SetGroupid() and CTTable.GetGroupid() to retrieve it.

TOCIndex