Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.