Click or drag to resize
SqlMapper.ITypeHandler.Parse 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: System.Type
The type to parse to
value
Type: System.Object
The value from the database

Return Value

Type: Object
The typed value
See Also