Click or drag to resize
FieldSetType Enumeration
Set options for the
Set()
method, controlling when this field's value is set on the database

Namespace:  DataTables
Assembly:  DataTables (in DataTables.dll) Version: 1.6.5.0 (1.6.5.0)
Syntax
C#
public enum SetType
Members
  Member nameValueDescription
None0 Never set this field's value
Both1 Set the value on both create and edit actions
Create2 Set the value on only the create action
Edit3 Set the value on only the edit action
See Also