SqlMapperGetDbType Method |
Note: This API is now obsolete.
Get the DbType that maps to a given value
Namespace: DapperAssembly: 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
)
<ObsoleteAttribute("This method is for internal use only")>
Public Shared Function GetDbType (
value As Object
) As DbType
public:
[ObsoleteAttribute(L"This method is for internal use only")]
static DbType GetDbType(
Object^ value
)
[<ObsoleteAttribute("This method is for internal use only")>]
static member GetDbType :
value : Object -> DbType
Parameters
- value
- Type: SystemObject
Return Value
Type:
DbTypeSee Also