Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BaseCommand
virtual ?
IDbCommand
System.Data.Common.RowUpdatingEventArgs.BaseCommand
get
set
protected
Definition at line
17
of file
RowUpdatingEventArgs.cs
.
18
{
19
get
20
{
21
return
_command
;
22
}
23
set
24
{
25
_command
=
value
;
26
}
27
}
System.Data.Common.RowUpdatingEventArgs._command
IDbCommand _command
Definition
RowUpdatingEventArgs.cs:5
System.ExceptionArgument.value
@ value
System
Data
Common
RowUpdatingEventArgs
Generated by
1.10.0