Syntax Element: namespace

Description

Organizes database classes into logical namespaces.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
namespace My.Name.Space
hand{
  // Generates as My.Name.Space.Foo from client perspective
  database Foo
  {
  }
}

Related Use Cases

Related Concepts

Other Actions

documentation | all examples for this syntax element | all examples | use cases | concepts | keywords