CursorStatement Class
Represents the base type for open/close/fetch cursor statements.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class CursorStatement _
Inherits TSqlStatement
'Usage
Dim instance As CursorStatement
[SerializableAttribute]
public abstract class CursorStatement : TSqlStatement
[SerializableAttribute]
public ref class CursorStatement abstract : public TSqlStatement
public abstract class CursorStatement extends TSqlStatement
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
Microsoft.Data.Schema.ScriptDom.Sql.CursorStatement
Microsoft.Data.Schema.ScriptDom.Sql.CloseCursorStatement
Microsoft.Data.Schema.ScriptDom.Sql.DeallocateCursorStatement
Microsoft.Data.Schema.ScriptDom.Sql.FetchCursorStatement
Microsoft.Data.Schema.ScriptDom.Sql.OpenCursorStatement
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.