SqlCeResultSet.Scrollable Property

Determines whether the SqlCeResultSet is scrollable.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public ReadOnly Property Scrollable As Boolean
    Get
'Usage
Dim instance As SqlCeResultSet
Dim value As Boolean

value = instance.Scrollable
public bool Scrollable { get; }
public:
property bool Scrollable {
    bool get ();
}
member Scrollable : bool
function get Scrollable () : boolean

Property Value

Type: System.Boolean
True if the SqlCeResultSet is scrollable; otherwise, false.

Remarks

The default value is false.

See Also

Reference

SqlCeResultSet Class

System.Data.SqlServerCe Namespace