DictTable.fieldSqlDefault Method

Returns the SQL default value for the field that is specified by field ID.

Syntax

public str fieldSqlDefault(FieldId fieldId)

Run On

Called

Parameters

Return Value

Type: str
A string that represents the SQL default value for the field that is specified by the fieldId parameter; an empty string if the field has no SQL default value or the table is not an SQL table.

See Also

DictTable Class

DictField Class