InsertableAttribute constructor
Controls if this field is editable in new record mode. When used with fields, turns on or off the insertable flag.
public InsertableAttribute(bool insertable = true)
| parameter | description |
|---|---|
| insertable | True to make the field insertable. |
Remarks
When placed on a field, this attribute controls whether the field is included when inserting a new record.
See Also
- class InsertableAttribute