Show / Hide Table of Contents

    ISqlDeleteBuilder.Delete Method

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Creates a SQL DELETE statement and specifies the name of the table or view from which the rows are to be removed.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    Delete(string table) Creates a SQL DELETE statement and specifies the name of the table or view from which the rows are to be removed.
    Delete(string table, string schema) Creates a SQL DELETE statement and specifies the name and the schema of the table or view from which the rows are to be removed.
    Back to top Generated by Appeon