smartDBforms.NET API Reference

DataBindItem.FKAllowsNULLValue Property

Gets a value that indicates if the foreign key relation allows NULL value. A foreign key relation allows NULL value, if all the columns that participate in it allow NULL value.

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

Remarks

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

See Also

DataBindItem Class | Adillis.SmartDBForms Namespace