Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The current record in the SqlCeResultSet.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property Current As SqlCeUpdatableRecord
Get
'Usage
Dim instance As ResultSetEnumerator
Dim value As SqlCeUpdatableRecord
value = instance.Current
public SqlCeUpdatableRecord Current { get; }
public:
property SqlCeUpdatableRecord^ Current {
SqlCeUpdatableRecord^ get ();
}
member Current : SqlCeUpdatableRecord
function get Current () : SqlCeUpdatableRecord
Property Value
Type: System.Data.SqlServerCe.SqlCeUpdatableRecord