Syntax Element: string

Description

Represents the string client type.

Example

This keyword is highlighted like this.
You can click on keywords and concepts in blue.
handtypes
  nstring ("nvarchar") as string,
  fixstring ("char") as string,
  guid ("uniqueidentifier") as string;
//...
column ID with DataType = type(guid);
column Column1 with DataType = type(nstring(200));
column USState with DataType = type(fixstring(2));

Notes

Related Use Cases

Other Actions

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