Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DeleteCommand
[2/2]
IDbCommand
? IDbDataAdapter. System.Data.Common.DbDataAdapter.DeleteCommand
get
set
private
Implements
System.Data.IDbDataAdapter
.
Definition at line
59
of file
DbDataAdapter.cs
.
60
{
61
get
62
{
63
return
_deleteCommand
;
64
}
65
set
66
{
67
_deleteCommand
=
value
;
68
}
69
}
System.Data.Common.DbDataAdapter._deleteCommand
IDbCommand _deleteCommand
Definition
DbDataAdapter.cs:33
System.ExceptionArgument.value
@ value
System
Data
Common
DbDataAdapter
Generated by
1.10.0