Search Results for

    Show / Hide Table of Contents

    Class Cursor

    Cursor scope item

    Inheritance
    System.Object
    Cursor
    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 Cursor

    Constructors

    | Improve this Doc View Source

    Cursor(String)

    Create cursor

    Declaration
    public Cursor(string name)
    Parameters
    Type Name Description
    System.String name

    Unique cursor name

    Properties

    | Improve this Doc View Source

    CurrentRow

    Declaration
    public int CurrentRow { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Name

    Get variable name

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

    Rows

    Declaration
    public IList<QueryResultRow> Rows { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<QueryResultRow>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx