dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlDataReader Class / GetSqlDecimal Method / GetSqlDecimal(Int32) Method
The zero-based column ordinal.

In This Topic
    GetSqlDecimal(Int32) Method
    In This Topic
    Gets the value of the specified column as a Devart.Data.SqlServer.SqlTypes.SqlDecimal object.
    Syntax
    'Declaration
     
    Public Overloads Function GetSqlDecimal( _
       ByVal i As Integer _
    ) As SqlDecimal
    public SqlDecimal GetSqlDecimal( 
       int i
    )

    Parameters

    i
    The zero-based column ordinal.

    Return Value

    A Devart.Data.SqlServer.SqlTypes.SqlDecimal object.
    See Also