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

◆ BaseCommand

virtual ? IDbCommand System.Data.Common.RowUpdatingEventArgs.BaseCommand
getsetprotected

Definition at line 17 of file RowUpdatingEventArgs.cs.

18 {
19 get
20 {
21 return _command;
22 }
23 set
24 {
26 }
27 }