dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlDataReader Class / GetSqlInt16 Method / GetSqlInt16(String) Method
The name of the column to get value of.

In This Topic
    GetSqlInt16(String) Method
    In This Topic
    Gets the value of the specified column as a Devart.Data.SqlServer.SqlTypes.SqlInt16 object.
    Syntax
    'Declaration
     
    Public Overloads Function GetSqlInt16( _
       ByVal name As String _
    ) As SqlInt16
    public SqlInt16 GetSqlInt16( 
       string name
    )

    Parameters

    name
    The name of the column to get value of.

    Return Value

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