Click or drag to resize

FndPLSQLSelectCommandCursorId Property

Gets or sets the Cursor id. CursorId is created by a client. It is sent to every cursor-related command ("SELECT", "FETCH", and "CLOSE"). A client can have many open cursors at the same time. The "FETCH" command accepts the attributes MaxRows and SkipRows, which work as expected. Every cursor must be explicitly closed by the client by calling "CLOSE" command with the corresponding CursorId

Namespace:  Ifs.Fnd.AccessProvider.PLSQL
Assembly:  Ifs.Fnd.AccessProvider (in Ifs.Fnd.AccessProvider.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public string CursorId { get; set; }

Property Value

Type: String
See Also