dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlSingle Structure / GreaterThan Method

In This Topic
    GreaterThan Method (SqlSingle)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GreaterThan( _
       ByVal x As SqlSingle, _
       ByVal y As SqlSingle _
    ) As SqlBoolean
    public static SqlBoolean GreaterThan( 
       SqlSingle x,
       SqlSingle y
    )

    Parameters

    x
    y
    See Also