Class LoadParameterCCNode
Load a parameter 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 LoadParameterCCNode : CommandChainNode
Constructors
| Improve this Doc View SourceLoadParameterCCNode(CommandChainNode)
Declaration
public LoadParameterCCNode(CommandChainNode parent)
Parameters
Type | Name | Description |
---|---|---|
CommandChainNode | parent |
Properties
| Improve this Doc View SourceIndex
Index of the parameter
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |