JoinOptions Enumeration
Enum JoinOptions
Namespace:
Tortuga.ChainAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Members
Member name | Description | |
---|---|---|
None | The default behavior is to assign the child object to the first matching parent object. If there are no matches, an error is thrown. | |
MultipleParents | Continues searching when the first match is found, possibly assigning one the detail record to multiple parent records. | |
IgnoreUnmatchedChildren | If there are unmatchable child records, silently discard them instead of throwing an exception. | |
Parallel | Perform the join in parallel. |