Click or drag to resize
SqlMapperGetDbType Method

Note: This API is now obsolete.

Get the DbType that maps to a given value

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("This method is for internal use only")]
public static DbType GetDbType(
	Object value
)

Parameters

value
Type: SystemObject

Return Value

Type: DbType
See Also