Search Results for

    Show / Hide Table of Contents

    Interface IUpdateWhereSyntax

    Interface the specify the update condition

    Namespace: FluentMigrator.Builders.Update
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    public interface IUpdateWhereSyntax

    Methods

    | Edit this page View Source

    AllRows()

    Specify that all rows should be updated

    Declaration
    void AllRows()
    | Edit this page View Source

    Where(object)

    Specify the condition of the rows to update

    Declaration
    void Where(object dataAsAnonymousType)
    Parameters
    Type Name Description
    object dataAsAnonymousType

    The columns and values to be used as condition

    • Edit this page
    • View Source
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.