smartDBforms.NET API Reference

DataBindItem.FKValue Property

Gets one string in which the foreign-key value is encoded. In the case of a multi-column foreign key the string contains the values for all columns.

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

Remarks

Note    This property is available only if SupportsForeignKey is set to true.

See Also

DataBindItem Class | Adillis.SmartDBForms Namespace