RelationNotifyRowWasFoundTo(NumberColumn) 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(
NumberColumn loadListener
)
Public Sub NotifyRowWasFoundTo (
loadListener As NumberColumn
)
member NotifyRowWasFoundTo :
loadListener : NumberColumn -> unit
Parameters
- loadListener NumberColumn
- The column that will be set whenever the Relation is loaded or reloaded
The column will be set with 0 if a row was found, otherwise it'll be set with 1.