Visual Basic (Declaration) | |
---|---|
Function CoerceToDbValue( _ ByVal value As Object, _ ByVal typeHint As Type, _ ByRef type As ReliableDbType, _ ByRef subtype As String _ ) As Object |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IDataAccessProvider Dim value As Object Dim typeHint As Type Dim type As ReliableDbType Dim subtype As String Dim value As Object value = instance.CoerceToDbValue(value, typeHint, type, subtype) |
C# | |
---|---|
object CoerceToDbValue( object value, Type typeHint, out ReliableDbType type, out string subtype ) |
C++/CLI | |
---|---|
Object^ CoerceToDbValue( Object^ value, Type^ typeHint, [Out] ReliableDbType type, [Out] String^ subtype ) |
Parameters
- value
- typeHint
- type
- subtype
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2