Search Results for

    Show / Hide Table of Contents

    Interface IUpdateSetSyntax

    Specify the data to update

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

    Methods

    | Edit this page View Source

    Set(object)

    Specify the values to be set

    Declaration
    IUpdateWhereSyntax Set(object dataAsAnonymousType)
    Parameters
    Type Name Description
    object dataAsAnonymousType

    The columns and values to be used set

    Returns
    Type Description
    IUpdateWhereSyntax

    The next step

    • 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.