Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteDataBuilder

    Builds a Delete expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Data
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IDeleteDataBuilder : IFluentBuilder, IExecutableBuilder

    Methods

    View Source

    AllRows()

    Specifies that all rows must be deleted.

    Declaration
    IExecutableBuilder AllRows()
    Returns
    Type Description
    IExecutableBuilder
    View Source

    IsNull(String)

    Specifies that rows with a specified column being null must be deleted.

    Declaration
    IExecutableBuilder IsNull(string columnName)
    Parameters
    Type Name Description
    System.String columnName
    Returns
    Type Description
    IExecutableBuilder
    View Source

    Row(Object)

    Specifies a row to be deleted.

    Declaration
    IDeleteDataBuilder Row(object dataAsAnonymousType)
    Parameters
    Type Name Description
    System.Object dataAsAnonymousType
    Returns
    Type Description
    IDeleteDataBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • AllRows()
      • IsNull(String)
      • Row(Object)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX