Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Static Public Member Functions
|
List of all members
System.Data.Common.SqlConvert Class Reference
Static Public Member Functions
static
SqlByte
ConvertToSqlByte
(object
value
)
static
SqlInt16
ConvertToSqlInt16
(object
value
)
static
SqlInt32
ConvertToSqlInt32
(object
value
)
static
SqlInt64
ConvertToSqlInt64
(object
value
)
static
SqlDouble
ConvertToSqlDouble
(object
value
)
static
SqlDecimal
ConvertToSqlDecimal
(object
value
)
static
SqlSingle
ConvertToSqlSingle
(object
value
)
static
SqlMoney
ConvertToSqlMoney
(object
value
)
static
SqlDateTime
ConvertToSqlDateTime
(object
value
)
static
SqlBoolean
ConvertToSqlBoolean
(object
value
)
static
SqlGuid
ConvertToSqlGuid
(object
value
)
static
SqlBinary
ConvertToSqlBinary
(object
value
)
static
SqlString
ConvertToSqlString
(object
value
)
static
SqlChars
ConvertToSqlChars
(object
value
)
static
SqlBytes
ConvertToSqlBytes
(object
value
)
static
DateTimeOffset
ConvertStringToDateTimeOffset
(
string
value
,
IFormatProvider
formatProvider)
static object
ChangeTypeForDefaultValue
(object
value
,
Type
type
,
IFormatProvider
formatProvider)
static object
ChangeType2
(object
value
,
StorageType
stype,
Type
type
,
IFormatProvider
formatProvider)
static object
ChangeTypeForXML
(object
value
,
Type
type
)
Detailed Description
Definition at line
8
of file
SqlConvert.cs
.
The documentation for this class was generated from the following file:
source/System.Data.Common/System.Data.Common/
SqlConvert.cs
System
Data
Common
SqlConvert
Generated by
1.10.0