SqlDecimal.LessThanOrEqual(SqlDecimal, SqlDecimal) Methode

Definitie

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

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

Parameters

x
SqlDecimal

Een SqlDecimal structuur.

y
SqlDecimal

Een SqlDecimal structuur.

Retouren

Een SqlBoolean instantie die kleiner True is dan of gelijk is aan 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