Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InsertCommand
[2/2]
IDbCommand
? IDbDataAdapter. System.Data.Common.DbDataAdapter.InsertCommand
get
set
private
Implements
System.Data.IDbDataAdapter
.
Definition at line
97
of file
DbDataAdapter.cs
.
98
{
99
get
100
{
101
return
_insertCommand
;
102
}
103
set
104
{
105
_insertCommand
=
value
;
106
}
107
}
System.Data.Common.DbDataAdapter._insertCommand
IDbCommand _insertCommand
Definition
DbDataAdapter.cs:35
System.ExceptionArgument.value
@ value
System
Data
Common
DbDataAdapter
Generated by
1.10.0