Syntax Element: binding

Description

Binds a piece of a sql construction step to the physical name of a design element.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
handdesign
{
  view Foo ("tblFoo") with X = 5;
}
construction
{
  step sql
  {
SELECT TOP $[Foo.X] * FROM $[Foo]
  }
}

Notes

Related Use Cases

Other Actions

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