ODataBatchWriter.WriteStartChangeset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.