dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlInt16 Structure / SqlInt16 Constructor

In This Topic
    SqlInt16 Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Short _
    )
    public SqlInt16( 
       short value
    )

    Parameters

    value
    See Also