SqlString.LessThanOrEqual(SqlString, SqlString) Metoda

Definicja

Wykonuje logiczne porównanie dwóch SqlString operandów, aby określić, czy pierwsza jest mniejsza niż lub równa drugiej.

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

Klasa SqlString.

y
SqlString

Klasa SqlString.

Zwraca

Oznacza SqlBoolean to, True że pierwsze wystąpienie jest mniejsze niż lub równe drugiemu wystąpieniu. W przeciwnym razie wartość False. Jeśli dowolne wystąpienie klasy SqlString ma wartość null, Value element SqlBoolean będzie mieć wartość Null.

Dotyczy

Zobacz też