Show / Hide Table of Contents

    ISqlJoinBuilder.InnerJoinRaw Method

    .NET Standard 2.x

    Uses the INNER JOIN operator to join the original table source directly with a raw SQL to create a joined table.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    InnerJoinRaw(string joinClause) Uses the INNER JOIN operator to join the original table source directly with a raw SQL to create a joined table.
    InnerJoinRaw(string joinClause, string builderAlias) Uses the INNER JOIN operator to join the original table source directly with a raw SQL to create a joined table. You need to specify an alias for the raw SQL.
    Back to top Generated by Appeon