Click or drag to resize
SqlMapperITypeHandlerParse Method
Parse a database value back to a typed value

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Object Parse(
	Type destinationType,
	Object value
)

Parameters

destinationType
Type: SystemType
The type to parse to
value
Type: SystemObject
The value from the database

Return Value

Type: Object
The typed value
See Also