dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlSingle Structure / SqlSingle Constructor / SqlSingle Constructor(Single)

In This Topic
    SqlSingle Constructor(Single)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Single _
    )
    public SqlSingle( 
       float value
    )

    Parameters

    value
    See Also