verify that a row exists in a relation
In this article we'll
- Use the
watchwindow to review the debug information of aRelationand examine theRowFoundvalue when the row exists or not - Use the
RowFoundproperty to check if a row exists in a relation
protected override void OnSavingRow()
{
if (!Relations[Shippers].RowFound)
Message.ShowError("Please enter a valid shipper");
}
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com