GetTrigramTableName( ByRef TrigramTableName As String) As Integer

FieldDef object

Retrieves the currently selected trigram table for the field definition.

Return value

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

If the return value is 0 then TrigramTableName contains the name of the selected trigram table. An empty string means no selected trigram.

Remarks

Only for character field definitions.

The FieldDef object