ValueToDBCValue Method
Class:
_DBC_Connector
This method convert value to DBC property value.
Note
This method is called automaticaly from
_DBC::ValueToDBCValue()
if
_DBC::oConnector
object defined.
RetVal
=
Object.ValueToDBCValue
(
liType
,
luValue
)
Parameter
liType
Type
Integer
Direction
Input
Property value type. For retrieving type value use method
_DBC::GetValueType()
.
luValue
Value
Direction
Input
Return value
String
If the method succeeds, the return value is converted value.
If the method fails (you cannot convert value to dbc value), the return value must be
.NULL.
as string.
See also
_DBC::GetValueType()
|
_DBC::oConnector
|
_DBC::ValueToDBCValue()
Source Code
LPARAMETERS
liType
,
luValue
* liType - Property type
* luValue - Property value
RETURN
.NULL.
© 08.08.2005 Martin Jindra