This topic has not yet been rated - Rate this topic

OracleBinary.LessThan Method

Compares two OracleBinary structures to determine if the first is less than the second.

Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)

public:
static OracleBoolean LessThan (
	OracleBinary x, 
	OracleBinary y
)
public static OracleBoolean LessThan (
	OracleBinary x, 
	OracleBinary y
)
public static function LessThan (
	x : OracleBinary, 
	y : OracleBinary
) : OracleBoolean

Parameters

x

An OracleBinary structure.

y

An OracleBinary structure.

Return Value

An OracleBoolean that is True if the first instance is less than the second instance, otherwise False. If either instance of OracleBinary is null, the Value of the OracleBoolean will be Null.

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

.NET Framework

Supported in: 2.0, 1.1
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.