smartDBforms.NET API Reference

FieldSchema.FKCaption Property

The label caption that should be used if foreign key template is used. FKCaption describes the FK relation, while Caption describes only the column.

[Visual Basic]
Public ReadOnly Property FKCaption As String
[C#]
public String FKCaption {get;}

Remarks

There are several ways in which you can specify the caption. For detailed information on the mechanism see Caption The extended properties of the database relation object are used.
The caption extended property is "SDBF_Caption".
The caption resource id extended property is "SDBF_CaptionResID".
The auto generated resource id has the following form - {FKRelationName}.Caption, where FKRelationName is the database name of the relation.

See Also

FieldSchema Class | Adillis.SmartDBForms Namespace | FKInfo