RowView.UpdatableRecord Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public ReadOnly Property UpdatableRecord As SqlCeUpdatableRecord
    Get
'Usage
Dim instance As RowView
Dim value As SqlCeUpdatableRecord

value = instance.UpdatableRecord
public SqlCeUpdatableRecord UpdatableRecord { get; }
public:
property SqlCeUpdatableRecord^ UpdatableRecord {
    SqlCeUpdatableRecord^ get ();
}
member UpdatableRecord : SqlCeUpdatableRecord
function get UpdatableRecord () : SqlCeUpdatableRecord

Property Value

Type: System.Data.SqlServerCe.SqlCeUpdatableRecord

See Also

Reference

RowView Class

System.Data.SqlServerCe Namespace