[This is preliminary documentation and is subject to change.]
Namespace: NFX.DataAccess.MySQLAssembly: NFX.MySQL (in NFX.MySQL.dll) Version: 3.0.0.1 (3.0.0.1)
internal static Object CLRValueToDB(
MySQLDataStoreBase store,
Object value,
out Nullable<MySqlDbType> convertedDbType
)
internal static Object CLRValueToDB(
MySQLDataStoreBase store,
Object value,
out Nullable<MySqlDbType> convertedDbType
)
Friend Shared Function CLRValueToDB (
store As MySQLDataStoreBase,
value As Object,
<OutAttribute> ByRef convertedDbType As Nullable(Of MySqlDbType)
) As Object
Friend Shared Function CLRValueToDB (
store As MySQLDataStoreBase,
value As Object,
<OutAttribute> ByRef convertedDbType As Nullable(Of MySqlDbType)
) As Object
internal:
static Object^ CLRValueToDB(
MySQLDataStoreBase^ store,
Object^ value,
[OutAttribute] Nullable<MySqlDbType>% convertedDbType
)
internal:
static Object^ CLRValueToDB(
MySQLDataStoreBase^ store,
Object^ value,
[OutAttribute] Nullable<MySqlDbType>% convertedDbType
)
internal static member CLRValueToDB :
store : MySQLDataStoreBase *
value : Object *
convertedDbType : Nullable<MySqlDbType> byref -> Object
internal static member CLRValueToDB :
store : MySQLDataStoreBase *
value : Object *
convertedDbType : Nullable<MySqlDbType> byref -> Object
Return Value
Type:
Object