SqlMapperReadNullableChar Method |
Note: This API is now obsolete.
Internal use only
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [ObsoleteAttribute("This method is for internal usage only", false)]
public static Nullable<char> ReadNullableChar(
Object value
)
<ObsoleteAttribute("This method is for internal usage only", false)>
Public Shared Function ReadNullableChar (
value As Object
) As Nullable(Of Char)
public:
[ObsoleteAttribute(L"This method is for internal usage only", false)]
static Nullable<wchar_t> ReadNullableChar(
Object^ value
)
[<ObsoleteAttribute("This method is for internal usage only", false)>]
static member ReadNullableChar :
value : Object -> Nullable<char>
Parameters
- value
- Type: SystemObject
Return Value
Type:
NullableCharSee Also