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 SourceFriendlyName
Gets or sets the node name
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
InPinConnectionName
Gets or sets the connection string
Declaration
public DataPin InPinConnectionName { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinParameter
Gets or sets the sql parameter
Declaration
public DataPin InPinParameter { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinParameterNames
Gets or sets the sql parameter
Declaration
public DataPin InPinParameterNames { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinStatement
Gets or sets the statement
Declaration
public DataPin InPinStatement { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Name
Gets or sets the node name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
OutNodeFailed
Gets or sets the new row out flow
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutNodeSuccess
Gets or sets the new row out flow
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
Type | Description |
---|---|
ActionNode |
OutPinAffectedRows
Gets or sets the affected rows
Declaration
public DataPin OutPinAffectedRows { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
Methods
| Improve this Doc View SourceExecute(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 |