SqlString.GreaterThanOrEqual(SqlString, SqlString) Metoda

Definice

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

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

Parametry

x
SqlString

Úloha SqlString.

y
SqlString

Úloha SqlString.

Návraty

A SqlBoolean to v True případě, že je první instance větší nebo rovna druhé instanci. V opačném případě hodnota False. Pokud je některý z instancí SqlString null, Value bude Nullhodnota SqlBoolean .

Platí pro

Viz také