Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DeleteCommand [2/2]

IDbCommand? IDbDataAdapter. System.Data.Common.DbDataAdapter.DeleteCommand
getsetprivate

Implements System.Data.IDbDataAdapter.

Definition at line 59 of file DbDataAdapter.cs.

60 {
61 get
62 {
63 return _deleteCommand;
64 }
65 set
66 {
68 }
69 }