Show / Hide Table of Contents

    ModelSqlBuilder.DeleteBuilder Property

    .NET Standard 2.x

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Gets a newly created ISqlDeleteBuilder object based on the definition in the model class.

    Syntax

    public ISqlDeleteBuilder DeleteBuilder {get;}
    

    Property Value

    SnapObjects.Data.ISqlDeleteBuilder

    A newly created ISqlDeleteBuilder object based on the definition in the model class.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon