Click or drag to resize
SqlMapperTypeHandlerTParse 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
public abstract T Parse(
	Object value
)

Parameters

value
Type: SystemObject
The value from the database

Return Value

Type: T
The typed value
See Also