RelationNotifyRowWasFoundTo(BoolColumn) Method

Determines a column that will be set whenever the Relation is loaded or reloaded.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void NotifyRowWasFoundTo(
	BoolColumn loadListener
)

Parameters

loadListener  BoolColumn
The column that will be set whenever the Relation is loaded or reloaded

Remarks

The column will be set with true if a row was found, otherwise it'll be set with false.

See Also