Share via


ODataBatchWriter.WriteStartChangeset Method

Definition

Overloads

WriteStartChangeset()

Starts a new changeset without specifying group id. This can only be called after WriteStartBatch and if no other active operation or changeset exists.

WriteStartChangeset(String)

Starts a new atomic group or changeset with the specified group id or changeset GUID corresponding to change set boundary. This can only be called after WriteStartBatch and if no other active operation or changeset exists.

WriteStartChangeset()

Starts a new changeset without specifying group id. This can only be called after WriteStartBatch and if no other active operation or changeset exists.

public void WriteStartChangeset ();
member this.WriteStartChangeset : unit -> unit
Public Sub WriteStartChangeset ()

Applies to

WriteStartChangeset(String)

Starts a new atomic group or changeset with the specified group id or changeset GUID corresponding to change set boundary. This can only be called after WriteStartBatch and if no other active operation or changeset exists.

public void WriteStartChangeset (string changesetId);
member this.WriteStartChangeset : string -> unit
Public Sub WriteStartChangeset (changesetId As String)

Parameters

changesetId
String

The change set Id of the batch request. Cannot be null.

Exceptions

Thrown if the changesetId is null.

Applies to