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

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

    Parameters

    x
    y
    See Also