.Connection.Users (gb.db)

This is a collection of all users registered in the database server.

Этот класс наследуемый .SubCollection.

Этот класс виртуальный.

Этот класс несоздаваемый.

Этот класс представлен как только для чтения массив.

Этот класс перечисляемый с ключевым словом FOR EACH.

Inherited properties
Count   Returns the number of elements in the collection of sub-objects.

Методы
Add   Register a new user in the database server.
Remove   Delete a user from the database server.

Inherited methods
Exist   Returns if a specified element exists in the collection of sub-objects.
Refresh   Refreshes the collection contents by clearing its internal cache.

SQLite databases do not have any user, except the current one accessing the database.