SqlString.LessThan(SqlString, SqlString) Metoda

Definice

Provede logické porovnání obou SqlString operandů a určí, jestli je první menší než druhá.

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

Parametry

x
SqlString

Nějaké SqlString.

y
SqlString

Nějaké SqlString.

Návraty

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

Platí pro

Viz také