Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Connection
[2/2]
IDbConnection
? IDbCommand. System.Data.Common.DbCommand.Connection
get
set
private
Implements
System.Data.IDbCommand
.
Definition at line
39
of file
DbCommand.cs
.
40
{
41
get
42
{
43
return
DbConnection
;
44
}
45
set
46
{
47
DbConnection
= (
DbConnection
)
value
;
48
}
49
}
System.Data.Common.DbCommand.DbConnection
DbConnection? DbConnection
Definition
DbCommand.cs:51
System.ExceptionArgument.value
@ value
System
Data
Common
DbCommand
Generated by
1.10.0