Class QueryDataNode
Query data from database
Inheritance
System.Object
QueryDataNode
Namespace: Simplic.Framework.Flow
Assembly: Simplic.Framework.Flow.dll
Syntax
public class QueryDataNode : 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 rows
Declaration
public DataPin InPinParameter { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinParameterNames
Gets or sets the rows
Declaration
public DataPin InPinParameterNames { get; set; }
Property Value
Type | Description |
---|---|
DataPin |
InPinStatement
Gets or sets the rows
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 |
OutPinRows
Gets or sets the selected rows pin
Declaration
public DataPin OutPinRows { 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 |