Ignore AttributeFor Insert Property
This read-only property gets the ignored state of the property for insert 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 ForInsert { get; }VB
Public ReadOnly Property ForInsert As Boolean
GetC++
public:
property bool ForInsert {
bool get ();
}F#
member ForInsert : bool with get