Search Results for

    Show / Hide Table of Contents

    Class ExecuteQueryNode

    Execute sql query node

    Inheritance
    System.Object
    ExecuteQueryNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class ExecuteQueryNode : 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

    InPinParameter

    Gets or sets the sql parameter

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

    InPinParameterNames

    Gets or sets the sql parameter

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

    InPinStatement

    Gets or sets the statement

    Declaration
    public DataPin InPinStatement { 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
    | Improve this Doc View Source

    OutPinAffectedRows

    Gets or sets the affected rows

    Declaration
    public DataPin OutPinAffectedRows { get; set; }
    Property Value
    Type Description
    DataPin

    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