Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

JoinOptions Enumeration

Enum JoinOptions

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public enum JoinOptions
Public Enumeration JoinOptions
public enum class JoinOptions

Members


Member nameDescription
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.