SqlInt32.LessThan(SqlInt32, SqlInt32) Metoda

Definice

Porovná oba SqlInt32 parametry a určí, jestli je první menší než druhý.

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

Parametry

x
SqlInt32

Struktura SqlInt32 .

y
SqlInt32

Struktura SqlInt32 .

Návraty

To SqlBoolean znamená True , že první instance je menší než druhá instance. V opačném případě hodnota False. Pokud je některý z instancí SqlInt32 null, Value bude Nullhodnota SqlBoolean .

Platí pro

Viz také