RelationNotifyRowWasFoundTo(NumberColumn) 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(
	NumberColumn loadListener
)

Parameters

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

Remarks

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

See Also