SoftadminGuide.Field_SqlObjectName_FromTable_DefaultValueSql

Type: Scalar function

Return value: nvarchar(600)

A default value SQL that will concatenate table name and suffix.

Parameters

@TableFieldName mandatory varchar(600)
Name of a field created using SoftadminGuide.FieldStandard_SqlObjectName with @AllowTables=1.
@Suffix mandatory sysname
The suffix to use after the table name.