| SqliteProviderConvertValue Method |
Convert object
Namespace:
SanteDB.OrmLite.Providers
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax public Object ConvertValue(
Object value,
Type toType
)
Public Function ConvertValue (
value As Object,
toType As Type
) As Object
public:
virtual Object^ ConvertValue(
Object^ value,
Type^ toType
) sealed
abstract ConvertValue :
value : Object *
toType : Type -> Object
override ConvertValue :
value : Object *
toType : Type -> Object
Parameters
- value
- Type: SystemObject
[Missing <param name="value"/> documentation for "M:SanteDB.OrmLite.Providers.SqliteProvider.ConvertValue(System.Object,System.Type)"]
- toType
- Type: SystemType
[Missing <param name="toType"/> documentation for "M:SanteDB.OrmLite.Providers.SqliteProvider.ConvertValue(System.Object,System.Type)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.OrmLite.Providers.SqliteProvider.ConvertValue(System.Object,System.Type)"]
Implements
IDbProviderConvertValue(Object, Type)See Also