SetTrigramTableName(TrigramTableName As String) As Integer

FieldDef object

Sets the trigram table for the field definition.

TrigramTableName— The name of the trigram table to use; an empty string means no trigram table.

Return value

Returns 0 if all went well or -1 if something is wrong, for instance if the field is not a character field.

Remarks

Only for character field definitions.

The FieldDef object