Add a String field.

Syntax

finDataSchemaFields.AddString(fieldId, [description], [maxLength], [systemFieldName], [readOnly])

Parameters

NameTypeOptionalByRefDescription
fieldId String The Field Id.
description String Optional The Field's Description.
maxLength Integer Optional The Maximum Length of this String type Field. If omitted, a value of 0 is assumed.
systemFieldName String Optional The System Field Name in the underlying database.
readOnly Boolean Optional Indicates whether this is a Read-Only Field. If omitted, a value of False is assumed.

Return Value

finDataSchemaField

A finDataSchemaField object.

Member of:
finDataSchemaFields
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0