SqlString.LessThan(SqlString, SqlString) 연산자

정의

SqlString 피연산자의 논리적 비교를 수행하여 첫 번째 피연산자가 두 번째 피연산자보다 작은지 여부를 확인합니다.

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

매개 변수

반품

SqlBoolean , True 첫 번째 인스턴스가 두 번째 인스턴스보다 작은 경우입니다. 그렇지 않으면 False입니다. 두 인스턴스 중 SqlString 하나가 null이면 해당 인스턴스가 SqlBooleanValueNull됩니다.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlString.LessThan(SqlString, SqlString)

적용 대상

추가 정보