SqlCeResultSet.Scrollable-Eigenschaft
Bestimmt, ob das SqlCeResultSet bildlauffähig ist.
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
Eigenschaftswert
Typ: System.Boolean
True, wenn das SqlCeResultSet bildlauffähig ist, andernfalls False.
Hinweise
Der Standardwert ist false.