EntityMembersMergeRequest Class

Definition

Represents a request to merge entity members.

public ref class EntityMembersMergeRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersMergeRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersMergeRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersMergeRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersMergeRequest = class
Public Class EntityMembersMergeRequest
Inheritance
EntityMembersMergeRequest
Attributes

Constructors

Name Description
EntityMembersMergeRequest()

Initializes a new instance of the EntityMembersMergeRequest class that has default values.

EntityMembersMergeRequest(International, EntityMembers, Boolean)

Initializes a new instance of the EntityMembersMergeRequest class with the specified values.

Fields

Name Description
International

Specifies the cultural settings.

Members

Specifies the entity members.

ReturnCreatedIdentifiers

Indicates whether the object should be returned with the newly generated ID.

Applies to