SqlByte::GreaterThan Operator (SqlByte, SqlByte)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlByte.GreaterThan(System.Data.SqlTypes.SqlByte,System.Data.SqlTypes.SqlByte)

Compares two instances of SqlByte to determine whether the first is greater than the second.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlBoolean operator >(
	SqlByte x,
	SqlByte y
)

Parameters

x
Type: System.Data.SqlTypes::SqlByte

A SqlByte structure.

y
Type: System.Data.SqlTypes::SqlByte

A SqlByte structure.

Return Value

Type: System.Data.SqlTypes::SqlBoolean

A SqlBoolean that is True if the first instance is greater than the second instance. Otherwise, False. If either instance of SqlByte is null, the Value of the SqlBoolean will be Null.

.NET Framework
Available since 1.1
Return to top
Show: