Show / Hide Table of Contents

    ISqlFromBuilder.From Method

    .NET Standard 2.x

    Adds a table to the FROM clause of the current object.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    From(ISqlBuilder sqlBuilder, string alias) Adds a derived table (specified by another ISqlBuilder object and an alias) to the FROM clause of the current object.
    From(string table) Adds a table or view (with no alias specified) to the FROM clause of the current object.
    From(string table, string alias) Adds a table or view (with the alias specified) to the FROM clause of the current object.
    From(string table, string alias, string schema) Adds a table or view (with the alias and the schema specified) to the FROM clause of the current object.
    Back to top Generated by Appeon