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.
Represents a row of updatable values from the data source. A SqlCeResultSet object contains one or more UpdatableRecords.
Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Class SqlCeUpdatableRecord _
    Implements IDataRecord
'Usage
Dim instance As SqlCeUpdatableRecord
public class SqlCeUpdatableRecord : IDataRecord
public ref class SqlCeUpdatableRecord : IDataRecord
type SqlCeUpdatableRecord =  
    class
        interface IDataRecord
    end
public class SqlCeUpdatableRecord implements IDataRecord
Inheritance Hierarchy
System. . :: . .Object
  System.Data.SqlServerCe..::..SqlCeUpdatableRecord
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.