Share via


EntityMembersGetCriteria.IncludeUnchangedValue Propiedad

Definición

Especifica si se van a combinar los cambios pendientes con los valores de atributo existentes. El elemento solo se puede establecer en "true" cuando se especifica ChangesetId.

public:
 property bool IncludeUnchangedValue { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IncludeUnchangedValue { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IncludeUnchangedValue : bool with get, set
Public Property IncludeUnchangedValue As Boolean

Valor de propiedad

true si el miembro incluye un valor sin modificar; de lo contrario, false.

Atributos

Se aplica a