Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
DbBatchCommand
System.Data.Common.DbBatchCommandCollection.this[int
index
]
get
set
Definition at line
12
of file
DbBatchCommandCollection.cs
.
13
{
14
get
15
{
16
return
GetBatchCommand
(
index
);
17
}
18
set
19
{
20
SetBatchCommand
(
index
,
value
);
21
}
22
}
System.Data.Common.DbBatchCommandCollection.GetBatchCommand
DbBatchCommand GetBatchCommand(int index)
System.Data.Common.DbBatchCommandCollection.SetBatchCommand
void SetBatchCommand(int index, DbBatchCommand batchCommand)
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Data
Common
DbBatchCommandCollection
Generated by
1.10.0