SqlInt64.LessThan(SqlInt64, SqlInt64) Metodo

Definizione

Esegue un confronto logico dei due parametri SqlInt64 per stabilire se il primo è minore del secondo.

public:
 static System::Data::SqlTypes::SqlBoolean LessThan(System::Data::SqlTypes::SqlInt64 x, System::Data::SqlTypes::SqlInt64 y);
public static System.Data.SqlTypes.SqlBoolean LessThan (System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y);
static member LessThan : System.Data.SqlTypes.SqlInt64 * System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlBoolean
Public Shared Function LessThan (x As SqlInt64, y As SqlInt64) As SqlBoolean

Parametri

x
SqlInt64

Struttura SqlInt64.

y
SqlInt64

Struttura SqlInt64.

Restituisce

Oggetto SqlBoolean che è True se la prima istanza è minore della seconda. In caso contrario, False. Se l'istanza di SqlInt64 è null, la proprietà Value dell'oggetto SqlBoolean sarà Null.

Si applica a

Vedi anche