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 SourceCursor(String)
Create cursor
Declaration
public Cursor(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Unique cursor name |
Properties
| Improve this Doc View SourceCurrentRow
Declaration
public int CurrentRow { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Get variable name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Rows
Declaration
public IList<QueryResultRow> Rows { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<QueryResultRow> |