Class CommandStack
Runtime stack. It executes all operations
Inheritance
System.Object
CommandStack
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 CommandStack
Constructors
| Improve this Doc View SourceCommandStack()
Create the stack
Declaration
public CommandStack()
Fields
| Improve this Doc View SourceSTACKSIZE
Global stack size
Declaration
public const ushort STACKSIZE = 4096
Field Value
Type | Description |
---|---|
System.UInt16 |
Methods
| Improve this Doc View SourceExecute(OperatorType)
Execute the stack
Declaration
public void Execute(OperatorType opType)
Parameters
Type | Name | Description |
---|---|---|
OperatorType | opType | Task to execute |
Push(Object, DataType)
Push an object to the stack
Declaration
public void Push(object value, DataType dataType)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | Value for calculation |
DataType | dataType |