RelationAssociate Method
Allows for columns that are not associated with the
Relation's
From to be included in the
Relation reevaluation.
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void Associate(
params ColumnBase[] columns
)
Public Sub Associate (
ParamArray columns As ColumnBase()
)
member Associate :
columns : ColumnBase[] -> unit
Parameters
- columns ColumnBase
- The columns to be associated
Columns that are associated with a relation can be used in it's filter, as the are evaluated with it.