SqlString.LessThanOrEqual(SqlString, SqlString) Metoda

Definice

Provede logické porovnání obou SqlString operandů a určí, zda je první operand menší nebo roven druhému.

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

Parametry

x
SqlString

Úloha SqlString.

y
SqlString

Úloha SqlString.

Návraty

True Pokud SqlBoolean je první instance menší nebo rovna druhé instanci. V opačném případě hodnota False. Pokud je kterákoliv z instancí SqlString null, Value hodnota z SqlBoolean bude Null.

Platí pro

Viz také