SqlDecimal.LessThan(SqlDecimal, SqlDecimal) Methode

Definitie

Voert een logische vergelijking van twee SqlDecimal structuren uit om te bepalen of de eerste kleiner is dan de tweede.

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

Parameters

x
SqlDecimal

Een SqlDecimal structuur.

y
SqlDecimal

Een SqlDecimal structuur.

Retouren

Een SqlBoolean die is True als het eerste exemplaar kleiner is dan het tweede exemplaar. Anders False. Als een van SqlDecimal beide exemplaren null is, is de waarde van de ValueSqlBoolean waarde Null.

Van toepassing op

Zie ook