Ignore AttributeFor Update Property
This read-only property gets the ignored state of the property for update stored procedures
Definition
Namespace: EWSoftware.EntityFramework.DataAnnotations
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
C#
public bool ForUpdate { get; }VB
Public ReadOnly Property ForUpdate As Boolean
GetC++
public:
property bool ForUpdate {
bool get ();
}F#
member ForUpdate : bool with get