Show / Hide Table of Contents

    ModelSqlBuilder.DeleteSql Property

    .NET Standard 2.x

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Gets a SQL DELETE statement based on the definition in the model class and the data context.

    public string DeleteSql {get;}
    

    Property Value

    System.String

    A SQL DELETE statement generated based on the definition in the model class and the data context.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon