Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DataRowAction.cs File Reference

Go to the source code of this file.

Namespaces

namespace  System
 
namespace  System.Data
 

Enumerations

enum  System.Data.DataRowAction {
  System.Data.Nothing = 0 , System.Data.Delete = 1 , System.Data.Change = 2 , System.Data.Rollback = 4 ,
  System.Data.Commit = 8 , System.Data.Add = 0x10 , System.Data.ChangeOriginal = 0x20 , System.Data.ChangeCurrentAndOriginal = 0x40
}