InsertRecordUpdate class

Represents an update operation that consists of inserting a record.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.JSGrid.Update
    Microsoft.SharePoint.JSGrid.InsertRecordUpdate

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Class InsertRecordUpdate _
    Inherits Update
'Usage
Dim instance As InsertRecordUpdate
public class InsertRecordUpdate : Update

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

InsertRecordUpdate members

Microsoft.SharePoint.JSGrid namespace