1 write to options
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
4138
this.
options
= options;
11 references to options
System.Data.Services.Client (11)
System\Data\Services\Client\DataServiceContext.cs (11)
4450
Debug.Assert(!IsFlagSet(this.
options
, SaveChangesOptions.Batch), "should be non-batch");
4502
if (IsFlagSet(this.
options
, SaveChangesOptions.Batch))
4906
if (!IsFlagSet(this.
options
, SaveChangesOptions.ContinueOnError))
5279
if (IsFlagSet(this.
options
, SaveChangesOptions.Batch))
5325
if (IsFlagSet(this.
options
, SaveChangesOptions.Batch) && (null != this.Queries))
5367
this.DataServiceResponse = new DataServiceResponse(headers, statusCode, null, IsFlagSet(this.
options
, SaveChangesOptions.Batch));
5409
if ((IsFlagSet(this.
options
, SaveChangesOptions.Batch) && (0 != changesetIndex)) ||
5662
(!IsFlagSet(this.
options
, SaveChangesOptions.Batch) || null == this.ChangedEntries.FirstOrDefault(o => null != o.SaveError)))) ||
5932
if (!IsFlagSet(this.
options
, SaveChangesOptions.Batch))
6056
if (IsFlagSet(this.
options
, SaveChangesOptions.Batch))
6082
this.BeginNextChange(IsFlagSet(this.
options
, SaveChangesOptions.ReplaceOnUpdate));