SqlString.LessThan(SqlString, SqlString) Metoda

Definicja

Wykonuje logiczne porównanie dwóch SqlString operandów, aby określić, czy pierwszy jest mniejszy niż drugi.

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

Klasa SqlString.

y
SqlString

Klasa SqlString.

Zwraca

True Jeśli SqlBoolean pierwsze wystąpienie jest mniejsze niż drugie wystąpienie. W przeciwnym razie wartość False. Jeśli jedno z wystąpień SqlString ma wartość null, element SqlBooleanValue będzie mieć Nullwartość .

Dotyczy

Zobacz też