IgnoreAttribute Constructor
Initialize a new instance of the attribute using the given settings
Namespace: EWSoftware.EntityFramework.DataAnnotationsAssembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
public IgnoreAttribute(
bool forInsert,
bool forUpdate
)
Public Sub New (
forInsert As Boolean,
forUpdate As Boolean
)
public:
IgnoreAttribute(
bool forInsert,
bool forUpdate
)
new :
forInsert : bool *
forUpdate : bool -> IgnoreAttribute
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.