SqlInt64.LessThan(SqlInt64, SqlInt64) Metoda

Definice

Provede logické porovnání dvou SqlInt64 parametrů a určí, zda je první parametr menší než druhý.

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

Parametry

x
SqlInt64

Struktura SqlInt64 .

y
SqlInt64

Struktura SqlInt64 .

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í SqlInt64 null, Value bude Nullhodnota SqlBoolean .

Platí pro

Viz také