This topic has not yet been rated - Rate this topic

SqlCeResultSet.Scrollable Property

Determines whether the SqlCeResultSet is scrollable.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public bool Scrollable { get; }

Property Value

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

The default value is false.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.