Class LoadConstantCCNode
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 LoadConstantCCNode : CommandChainNode
Constructors
| Improve this Doc View SourceLoadConstantCCNode(CommandChainNode)
Declaration
public LoadConstantCCNode(CommandChainNode parent)
Parameters
Type | Name | Description |
---|---|---|
CommandChainNode | parent |
Properties
| Improve this Doc View SourceConstantValue
Value of the current constant
Declaration
public object ConstantValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
DataType
Datatype
Declaration
public DataType DataType { get; set; }
Property Value
Type | Description |
---|---|
DataType |