Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Dispose()
[2/2]
override
void
System.Data.Common.DbDataAdapter.Dispose
(
bool
disposing
)
inline
protected
virtual
Reimplemented from
System.Data.Common.DataAdapter
.
Definition at line
253
of file
DbDataAdapter.cs
.
254
{
255
if
(
disposing
)
256
{
257
((IDbDataAdapter)
this
).SelectCommand =
null
;
258
((IDbDataAdapter)
this
).InsertCommand =
null
;
259
((IDbDataAdapter)
this
).UpdateCommand =
null
;
260
((IDbDataAdapter)
this
).DeleteCommand =
null
;
261
}
262
base
.Dispose(
disposing
);
263
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Data
Common
DbDataAdapter
Generated by
1.10.0