Class OpenCursorCCNode
Start of any command chain / some kind of dummy
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 OpenCursorCCNode : CommandChainNode
Constructors
| Improve this Doc View SourceOpenCursorCCNode(CommandChainNode)
Declaration
public OpenCursorCCNode(CommandChainNode parent)
Parameters
Type | Name | Description |
---|---|---|
CommandChainNode | parent |
Properties
| Improve this Doc View SourceColumns
Declaration
public IList<ColumnDefinition> Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ColumnDefinition> |
CursorName
Declaration
public string CursorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CursorSource
Declaration
public string CursorSource { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CursorType
Declaration
public string CursorType { get; set; }
Property Value
Type | Description |
---|---|
System.String |