Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Precision
[2/2]
virtual byte System.Data.Common.DbParameter.Precision
get
set
Implements
System.Data.IDbDataParameter
.
Definition at line
51
of file
DbParameter.cs
.
52
{
53
get
54
{
55
return
((IDbDataParameter)
this
).Precision;
56
}
57
set
58
{
59
((IDbDataParameter)
this
).Precision =
value
;
60
}
61
}
System.ExceptionArgument.value
@ value
System
Data
Common
DbParameter
Generated by
1.10.0