SchemaColumn

Description

Provides information about columns for AppRecord.GetSchemaColumns(). See AppRecord GetSchemaColumns() Method.

Inheritance

SchemaColumn does not inherit from any object type.

Properties

Property Type Description

string

name

The database name of the column without the TS_ prefix.

length

int

  • fixed-length text fields: The number of unicode code points that are supported.
  • non-Fixed length text fields: 0
  • numeric: The number of bytes in the underlying data member.

type

int

The number of bytes in the underlying data member.

Related Topics

Object Types

Working with Application Objects

AppRecord GetSchemaColumns() Method