Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
CommandBehavior.cs
Go to the documentation of this file.
1
namespace
System.Data
;
2
3
[Flags]
4
public
enum
CommandBehavior
5
{
6
Default
= 0,
7
SingleResult
= 1,
8
SchemaOnly
= 2,
9
KeyInfo
= 4,
10
SingleRow
= 8,
11
SequentialAccess
= 0x10,
12
CloseConnection
= 0x20
13
}
System.Data.CommandBehavior
CommandBehavior
Definition
CommandBehavior.cs:5
System.Data.CommandBehavior.KeyInfo
@ KeyInfo
System.Data.CommandBehavior.SchemaOnly
@ SchemaOnly
System.Data.CommandBehavior.CloseConnection
@ CloseConnection
System.Data.CommandBehavior.SingleRow
@ SingleRow
System.Data.CommandBehavior.Default
@ Default
System.Data.CommandBehavior.SequentialAccess
@ SequentialAccess
System.Data.CommandBehavior.SingleResult
@ SingleResult
System.Data
Definition
ADP.cs:12
source
System.Data.Common
System.Data
CommandBehavior.cs
Generated by
1.10.0