Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the SQL default value for the field that is specified by field ID.
Syntax
public str fieldSqlDefault(FieldId fieldId)
Run On
Called
Parameters
- fieldId
Type: FieldId Extended Data Type
The ID of the field for which the SQL default data is being retrieved.
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.