Enum Field.SetType
Set options for the
Set() method, controlling when this
field's value is set on the database
Namespace: DataTables
Assembly: DataTables-Editor-Server.dll
Syntax
public enum SetType : int
Fields
| Name | Description |
|---|---|
| Both | Set the value on both create and edit actions |
| Create | Set the value on only the create action |
| Edit | Set the value on only the edit action |
| None | Never set this field's value |