Show / Hide Table of Contents

    SetOutJoinSyntax(this IDataContextOptions contextOptions, OutJoinSyntax outJoinSyntax) Method

    .NET Standard 2.x

    Sets how to format the SQL syntax for outer joins for the database back end you are accessing.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public static void SetOutJoinSyntax(this IDataContextOptions contextOptions, OutJoinSyntax outJoinSyntax);
    

    Parameters

    contextOptions SnapObjects.Data.IDataContextOptions

    Represents the options for the DataContext object.

    outJoinSyntax SnapObjects.Data.OutJoinSyntax

    Specifies how you want SQL syntax to be formatted.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon