SqlString.LessThan(SqlString, SqlString) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對兩個 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 A,即True第一個實例小於第二個實例。 否則為 False。 若任一 為 SqlString 空 Value ,則 的 SqlBoolean 將為 Null。
備註
此運算子的等價方法為 SqlString.LessThan(SqlString, SqlString)