SqlInt16.LessThan(SqlInt16, SqlInt16) Metodo

Definizione

Confronta due istanze dell'oggetto SqlInt16 per stabilire se la prima è minore della seconda.

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

Parametri

x
SqlInt16

Struttura SqlInt16.

y
SqlInt16

Struttura SqlInt16.

Restituisce

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

Si applica a

Vedi anche