LinqConnect Documentation
Devart.Data.Linq Namespace / DataLoadOptions Class / LoadWith Method / LoadWith(LambdaExpression) Method
Lambda expression that identifies the related data.

In This Topic
    LoadWith(LambdaExpression) Method
    In This Topic
    Retrieves specified data related to the main target by using a lambda expression.
    Syntax
    'Declaration
     
    Public Overloads Sub LoadWith( _
       ByVal expression As LambdaExpression _
    ) 
    public void LoadWith( 
       LambdaExpression expression
    )

    Parameters

    expression
    Lambda expression that identifies the related data.
    Remarks
    Use the LoadWith method to specify which data related to your main target should be retrieved at the same time.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also