dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlGuid Structure / LessThan Method

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

    Parameters

    x
    y
    See Also