SqlString.LessThanOrEqual(SqlString, SqlString) Metoda

Definicja

Wykonuje logiczne porównanie dwóch SqlString operandów, aby określić, czy pierwszy jest mniejszy niż lub równy 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

Element SqlString.

y
SqlString

Element SqlString.

Zwraca

Wartość SqlBoolean , True jeśli pierwsze wystąpienie jest mniejsze lub równe drugiemu wystąpieniu. W przeciwnym razie False. Jeśli którekolwiek wystąpienie elementu SqlString ma wartość null, element SqlBooleanValue będzie mieć Nullwartość .

Dotyczy

Zobacz też