smartDBforms.NET API Reference

FieldSchema.FKDescription Property

The label description that should be used if foreign key template is used. FKDescription describes the FK relation, while Description describes only the column.

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

Remarks

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

See Also

FieldSchema Class | Adillis.SmartDBForms Namespace | FKInfo