smartDBforms.NET API Reference

DataBindItem.FKIsValueNULL Property

Gets a value that indicates if the current values of the foreign key columns are NULL.

[Visual Basic]
Public ReadOnly Property FKIsValueNULL As Boolean
[C#]
public Boolean FKIsValueNULL {get;}

Remarks

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

See Also

DataBindItem Class | Adillis.SmartDBForms Namespace