Class LoadColumnCCNode
Load a constant value onto the stack
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SqlDotNet.Runtime
Assembly: SqlDotNet.dll
Syntax
public class LoadColumnCCNode : CommandChainNode
Constructors
| Improve this Doc View SourceLoadColumnCCNode(CommandChainNode)
Declaration
public LoadColumnCCNode(CommandChainNode parent)
Parameters
Type | Name | Description |
---|---|---|
CommandChainNode | parent |
Properties
| Improve this Doc View SourceCursor
Name of the cursor
Declaration
public string Cursor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |