Show / Hide Table of Contents

    SqlBuilder.Update Method

    .NET Standard 2.x

    Creates an ISqlUpdateBuilder object for building a SQL UPDATE statement, and specifies the name of the table or view from which the rows are to be updated.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    Update(string table) Creates an ISqlUpdateBuilder object for building a SQL UPDATE statement, and specifies the name of the table or view from which the rows are to be updated.
    Update(string table, string schema) Creates an ISqlUpdateBuilder object for building a SQL UPDATE statement, and specifies the name and schema of the table or view from which the rows are to be updated.
    Back to top Generated by Appeon