EntityDescriptor.ETag Property

Definition

Gets an eTag value that indicates the state of data targeted for update since the last call to SaveChanges().

public:
 property System::String ^ ETag { System::String ^ get(); };
public string ETag { get; }
member this.ETag : string
Public ReadOnly Property ETag As String

Property Value

A string value that indicates the state of data.

Remarks

The eTag associated with the entity is used to represent original values for use with optimistic concurrency checks according to eTag rules in HTTP RFC 2616.

The value may be empty or null. Null represents the case in which no eTag is currently associated with the entity.

Applies to