Gets or sets a Join that determines how the query retrieves data from across multiple tables.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public Join Join { get; set; }
Visual Basic (Declaration)
Public Property Join As Join

See Also