Search Results for

    Show / Hide Table of Contents

    Class UpsertJsonNode

    Upsert json into database

    Inheritance
    System.Object
    UpsertJsonNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class UpsertJsonNode : ActionNode

    Properties

    | Improve this Doc View Source

    FriendlyName

    Gets or sets the node name

    Declaration
    public override string FriendlyName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InPinConnectionName

    Gets or sets the connection string

    Declaration
    public DataPin InPinConnectionName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinDateFormat

    Gets or sets the rows

    Declaration
    public DataPin InPinDateFormat { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinJson

    Gets or sets the rows

    Declaration
    public DataPin InPinJson { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinPrimaryKeyColumns

    Gets or sets the pk column name

    Declaration
    public DataPin InPinPrimaryKeyColumns { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinTableName

    Gets or sets the target table name

    Declaration
    public DataPin InPinTableName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    Name

    Gets or sets the node name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OutNodeFailed

    Gets or sets the new row out flow

    Declaration
    public ActionNode OutNodeFailed { get; set; }
    Property Value
    Type Description
    ActionNode
    | Improve this Doc View Source

    OutNodeSuccess

    Gets or sets the new row out flow

    Declaration
    public ActionNode OutNodeSuccess { get; set; }
    Property Value
    Type Description
    ActionNode

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Execute table content upsert

    Declaration
    public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime

    Runtime instance

    DataPinScope scope

    Scope instance

    Returns
    Type Description
    System.Boolean

    True if successfull

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx