RelationNotifyRowWasFoundTo(BoolColumn) Method
Determines a column that will be set whenever the
Relation is loaded or reloaded.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void NotifyRowWasFoundTo(
BoolColumn loadListener
)
Public Sub NotifyRowWasFoundTo (
loadListener As BoolColumn
)
member NotifyRowWasFoundTo :
loadListener : BoolColumn -> unit
Parameters
- loadListener BoolColumn
- The column that will be set whenever the Relation is loaded or reloaded
The column will be set with true if a row was found, otherwise it'll be set with false.