4 references to IsDeepInsert
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (3)
1723
if (resource.
IsDeepInsert
)
1759
if (resource.
IsDeepInsert
)
3390
if (targetResource.
IsDeepInsert
&& !targetDelete)
System\Data\Services\Client\EntityDescriptor.cs (1)
414
Debug.Assert(this.
IsDeepInsert
, "For related end, this must be a deep insert");