IgnoreAttribute 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
public IgnoreAttribute(
	bool forInsert,
	bool forUpdate
)

Parameters

forInsert  Boolean
True to ignore the property as a parameter for insert stored procedures, false to include it.
forUpdate  Boolean
True to ignore the property as a parameter for update stored procedures, false to include it.

See Also