Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDbDataParameter.cs
Go to the documentation of this file.
1
namespace
System.Data
;
2
3
public
interface
IDbDataParameter
:
IDataParameter
4
{
5
byte
Precision
{
get
;
set
; }
6
7
byte
Scale
{
get
;
set
; }
8
9
int
Size
{
get
;
set
; }
10
}
System.Data.IDataParameter
Definition
IDataParameter.cs:6
System.Data.IDbDataParameter.Precision
byte Precision
Definition
IDbDataParameter.cs:5
System.Data.IDbDataParameter.Scale
byte Scale
Definition
IDbDataParameter.cs:7
System.Data.IDbDataParameter.Size
int Size
Definition
IDbDataParameter.cs:9
System.Data.IDbDataParameter
Definition
IDbDataParameter.cs:4
System.Data
Definition
ADP.cs:12
source
System.Data.Common
System.Data
IDbDataParameter.cs
Generated by
1.10.0