Search Results for

    Show / Hide Table of Contents

    Class OpenCursorCCNode

    Start of any command chain / some kind of dummy

    Inheritance
    System.Object
    CommandChainNode
    OpenCursorCCNode
    Inherited Members
    CommandChainNode.CreateNode<T>()
    CommandChainNode.FindChildrenOfType<T>()
    CommandChainNode.FindChildrenBesidesOfType<T>()
    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 Source

    OpenCursorCCNode(CommandChainNode)

    Declaration
    public OpenCursorCCNode(CommandChainNode parent)
    Parameters
    Type Name Description
    CommandChainNode parent

    Properties

    | Improve this Doc View Source

    Columns

    Declaration
    public IList<ColumnDefinition> Columns { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<ColumnDefinition>
    | Improve this Doc View Source

    CursorName

    Declaration
    public string CursorName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CursorSource

    Declaration
    public string CursorSource { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CursorType

    Declaration
    public string CursorType { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx