Ignore Attribute Constructor
Initialize a new instance of the attribute using the given settings
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 IgnoreAttribute(
bool forInsert,
bool forUpdate
)VB
Public Sub New (
forInsert As Boolean,
forUpdate As Boolean
)C++
public:
IgnoreAttribute(
bool forInsert,
bool forUpdate
)F#
new :
forInsert : bool *
forUpdate : bool -> IgnoreAttribute