RelationAssociate Method

Allows for columns that are not associated with the Relation's From to be included in the Relation reevaluation.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void Associate(
	params ColumnBase[] columns
)

Parameters

columns  ColumnBase
The columns to be associated

Remarks

Columns that are associated with a relation can be used in it's filter, as the are evaluated with it.

See Also