dotConnect for Adobe Commerce Documentation
Devart.Common Namespace / DbDataReaderBase Class / GetProviderSpecificValue Method / GetProviderSpecificValue(String) Method
The name of the column.

In This Topic
    GetProviderSpecificValue(String) Method
    In This Topic
    Gets the value of the specified column as an instance of System.Object
    Syntax
    'Declaration
     
    Public Overloads Function GetProviderSpecificValue( _
       ByVal name As String _
    ) As Object
    public object GetProviderSpecificValue( 
       string name
    )

    Parameters

    name
    The name of the column.

    Return Value

    The provider-specific field type of the specified column.
    See Also