SaveChangesResult Class
Applies To: Dynamics CRM 2015
Contains the result of the save changes operation returned from the organization web service.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Sdk.SaveChangesResult
Syntax
public sealed class SaveChangesResult
public ref class SaveChangesResult sealed
[<Sealed>]
type SaveChangesResult = class end
Public NotInheritable Class SaveChangesResult
Properties
Name | Description | |
---|---|---|
Error | Gets the exception that occurred when a message request was processed by the organization web service. |
|
Request | Gets the message request that was submitted to the organization web service. |
|
Response | Gets the result of a successful operation against the organization web server. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Remarks
This class is only used in conjunction with OrganizationServiceContext. An instance of this class is returned when SaveChanges is called.
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
Microsoft.Xrm.Sdk Namespace
Use the OrganizationServiceContext class
Return to top
© 2016 Microsoft. All rights reserved. Copyright